diff --git a/database/migrations/2023_04_06_033755_member.php b/database/migrations/2023_04_06_033755_member.php index 50af3282d193e79b574e732908ad7964d4e04c03..5f6a0dbaa598a7b6d1776e06b998e94f58a91002 100644 --- a/database/migrations/2023_04_06_033755_member.php +++ b/database/migrations/2023_04_06_033755_member.php @@ -36,7 +36,7 @@ public function up() $table->string('password')->nullable(false); $table->string('address_id')->nullable(); }); - DB::table('users')->insert([ + DB::table('Member')->insert([ [ 'mem_id_card' => '123456789', 'mem_prefix_th' => 'นาย',