Verbesserungen i80n, Bugfixes, uvm
This commit is contained in:
@@ -15,8 +15,10 @@ return new class extends Migration
|
||||
$table->id();
|
||||
$table->string('name');
|
||||
$table->string('shortname');
|
||||
$table->date('from_date');
|
||||
$table->date('to_date');
|
||||
$table->date('from_date_internal');
|
||||
$table->date('to_date_internal');
|
||||
$table->date('from_date_visible');
|
||||
$table->date('to_date_visible');
|
||||
$table->boolean('active')->default(false);
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user