Update Member & Hospital

This commit is contained in:
ivan-sim
2023-10-20 18:29:34 +07:00
parent 4708cb3cf8
commit 77175e979e
4 changed files with 28 additions and 18 deletions

View File

@@ -21,7 +21,7 @@ return new class extends Migration
$table->string('name', 255);
$table->text('description')->nullable();
$table->tinyInteger('active')->default(1);
$table->text('reason');
$table->text('reason')->nullable();
$table->timestamps();
$table->softDeletes();
$table->bigInteger('created_by')->nullable();