Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
endi committed Aug 21, 2017
2 parents e4bec9b + c344257 commit 1bf8ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Terranet/Options/Console/stubs/options.stub
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class CreateOptionsTable extends Migration
Schema::create('options', function (Blueprint $table) {
$table->increments('id');
$table->string('key', 100)->unique();
$table->text('value');
$table->text('value')->nullable();
$table->string('group', 30)->index();
});
}
Expand Down

0 comments on commit 1bf8ef1

Please sign in to comment.