This commit is contained in:
Mathieu Lagace
2019-09-03 16:42:45 -04:00
parent dda94c1b7c
commit fbd644fd8a
24 changed files with 1123 additions and 259 deletions

View File

@@ -18,7 +18,7 @@ class CreateComplementaryActivitiesTable extends Migration
$table->string('name');
$table->text('public_body');
$table->text('public_slogan');
$table->string('public_header_picture');
$table->text('public_header_picture');
$table->text('admin_desc');
$table->string('calendar_color')->default('blue');
$table->string('calendar_icon')->default('<i class="fa fa-question-circle"></i>');