Fix spacing issue.
This commit is contained in:
@@ -22,7 +22,7 @@ class CreateComponentsTable extends Migration
|
||||
{
|
||||
Schema::create('components', function (Blueprint $table) {
|
||||
$table->engine = 'InnoDB';
|
||||
|
||||
|
||||
$table->increments('id');
|
||||
$table->string('name');
|
||||
$table->text('description');
|
||||
|
||||
Reference in New Issue
Block a user