[WIP] Fix Rename to Coroporate

This commit is contained in:
2022-07-14 16:43:05 +07:00
parent 718850488f
commit a28560f392
20 changed files with 495 additions and 237 deletions

View File

@@ -19,6 +19,7 @@ return new class extends Migration
$table->string('code')->index();
$table->string('name')->nullable();
$table->text('description')->nullable();
$table->boolean('active')->default(true);
$table->timestamps();
$table->softDeletes();