This commit is contained in:
Mathieu Lagace
2019-09-30 17:06:31 -04:00
parent d1ce6ba6da
commit 0166c48daa
38 changed files with 618 additions and 201 deletions

View File

@@ -23,6 +23,8 @@ class CreateEventsTable extends Migration
$table->string('location');
$table->boolean('is_mandatory');
$table->text('desc');
$table->text('msg');
$table->string('date_msg');
$table->timestamps();
});
}