mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
Add Material Design for Public and Admin
This commit is contained in:
@@ -18,6 +18,8 @@ class CreateComplementaryActivitiesTable extends Migration
|
||||
$table->string('name');
|
||||
$table->text('public_body');
|
||||
$table->text('admin_desc');
|
||||
$table->string('calendar_color')->default('blue');
|
||||
$table->string('calendar_icon')->default('<i class="fa fa-question-circle"></i>');
|
||||
$table->string('begin_time')->default('12:00');
|
||||
$table->string('end_time')->default('13:00');
|
||||
$table->string('location')->default('Escadron');
|
||||
|
||||
Reference in New Issue
Block a user