feat(users): remove timestamp from users table

main
seyedmr 3 years ago
parent 75c728d6bd
commit abdebd3c9a
  1. 1
      database/migrations/2014_10_12_000000_create_users_table.php

@ -23,7 +23,6 @@ return new class extends Migration
$table->text('interest')->nullable(); $table->text('interest')->nullable();
$table->dateTimeTz('date_of_birth'); $table->dateTimeTz('date_of_birth');
$table->json('credit_card'); $table->json('credit_card');
$table->timestamps();
}); });
} }

Loading…
Cancel
Save