CMS Info for Header, dyn. Tage, API
This commit is contained in:
parent
7294ccc1d0
commit
bed91c4f4a
49 changed files with 3476 additions and 1562 deletions
|
|
@ -19,10 +19,12 @@ class CreateCMSInfoAvailablesTable extends Migration
|
|||
$table->char('type', 5)->index();
|
||||
$table->unsignedTinyInteger('wday')->index();
|
||||
$table->boolean('active')->default(true);
|
||||
|
||||
$table->string('from', 5)->nullable();
|
||||
$table->string('to', 5)->nullable();
|
||||
|
||||
$table->boolean('special')->default(false);
|
||||
$table->date('date')->nullable();
|
||||
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue