mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-22 19:19:09 -04:00
Update Laravel to 7.0
This commit is contained in:
@@ -20,6 +20,7 @@ class CreateCoursesTable extends Migration
|
||||
$table->integer('periode');
|
||||
$table->integer('level');
|
||||
$table->string('location');
|
||||
$table->text('desc');
|
||||
$table->text('comment');
|
||||
$table->text('comment_officer');
|
||||
$table->integer('event_id');
|
||||
|
||||
Reference in New Issue
Block a user