Merge migrations into one file

This commit is contained in:
James Brooks
2015-01-17 19:17:30 +00:00
parent 6ee6658972
commit 95e54fcd58
2 changed files with 0 additions and 33 deletions
@@ -18,7 +18,6 @@ class CreateComponentsTable extends Migration
$table->string('name');
$table->text('description');
$table->text('link');
$table->text('tags');
$table->integer('status');
$table->integer('order');
$table->integer('group_id');