Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 3d749e14 authored by 64160295's avatar 64160295
Browse files

Update 2023_04_06_033755_member.php

parent 49e3e6cc
No related branches found
No related tags found
1 merge request!12proof tranfer update
...@@ -33,7 +33,7 @@ public function up() ...@@ -33,7 +33,7 @@ public function up()
$table->integer('mem_type')->default(1); $table->integer('mem_type')->default(1);
$table->integer('mem_status')->default(0); $table->integer('mem_status')->default(0);
$table->integer('mem_balance')->nullable(); $table->integer('mem_balance')->nullable();
$table->string('password')->nullable(false); $table->string('password')->nullable();
$table->string('address_id')->nullable(); $table->string('address_id')->nullable();
}); });
DB::table('Member')->insert([ DB::table('Member')->insert([
...@@ -59,6 +59,28 @@ public function up() ...@@ -59,6 +59,28 @@ public function up()
'address_id' => '1' 'address_id' => '1'
], ],
[
'mem_id_card' => '1234567890',
'mem_prefix_th' => 'นาย',
'mem_prefix_en' => 'Mr.',
'mem_prefix_th' => 'นาย',
'mem_fname_th' => 'user',
'mem_fname_en' => 'user',
'mem_lname_th' => 'user',
'mem_lname_en' => 'user',
'mem_lawyer_type' => '1',
'mem_type' => '0',
'mem_status' => '0',
'mem_birthday' => '2023-5-1',
'mem_license' => 'aaa',
'mem_lawyer_affiliation' => 'aaaa',
'mem_lawyer_relation' => 'aaa',
'mem_email' => 'user@ivsoft.com',
'mem_phone_number' => '09999999',
'password' => 'user',
'address_id' => '2'
],
]); ]);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment