Gitlab@Informatics

Skip to content
Snippets Groups Projects
Commit 1c71fe08 authored by 64160073's avatar 64160073
Browse files

null id member

parent bf192cb1
No related branches found
No related tags found
1 merge request!12proof tranfer update
......@@ -16,7 +16,7 @@ public function up()
{
Schema::create('Member', function (Blueprint $table){
$table->id();
$table->string('mem_id_card');
$table->string('mem_id_card')->nullable();
$table->string('mem_prefix_th')->nullable();
$table->string('mem_prefix_en')->nullable();
$table->string('mem_fname_th')->nullable();
......
......@@ -84,7 +84,7 @@
/*
*/
Route::get('/Member_home',[App\Http\Controllers\MemberController::class,
Route::get('/Member',[App\Http\Controllers\MemberController::class,
'Member_home'])->name('Member_home');
/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment