mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
April 9 update
This commit is contained in:
@@ -21,6 +21,7 @@ class CreateCoursesTable extends Migration
|
||||
$table->integer('level');
|
||||
$table->string('location');
|
||||
$table->text('comment');
|
||||
$table->text('comment_officer');
|
||||
$table->integer('event_id');
|
||||
$table->string('user_id');
|
||||
$table->timestamps();
|
||||
|
||||
Reference in New Issue
Block a user