mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
ALPHA 3.0.3
This commit is contained in:
@@ -17,6 +17,12 @@ class CreateSchedulesTable extends Migration
|
||||
$table->increments('id');
|
||||
$table->string('date');
|
||||
$table->string('type');
|
||||
$table->string('n1_p1_item')->default('');
|
||||
$table->string('n1_p2_item')->default('');
|
||||
$table->string('n2_p1_item')->default('');
|
||||
$table->string('n2_p2_item')->default('');
|
||||
$table->string('n3_p1_item')->default('');
|
||||
$table->string('n3_p2_item')->default('');
|
||||
$table->text('data');
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user