Increase page length for ANSI, and minor updates
This commit is contained in:
@@ -16,7 +16,7 @@ class CreateFramemeta extends Migration
|
||||
$this->down();
|
||||
|
||||
Schema::create('framemeta', function (Blueprint $table) {
|
||||
$table->integer('frame_id')->index();
|
||||
$table->integer('frame_id')->index()->unique();
|
||||
$table->string('r0')->default('*');
|
||||
$table->string('r1')->default('*');
|
||||
$table->string('r2')->default('*');
|
||||
@@ -27,7 +27,6 @@ class CreateFramemeta extends Migration
|
||||
$table->string('r7')->default('*');
|
||||
$table->string('r8')->default('*');
|
||||
$table->string('r9')->default('*');
|
||||
|
||||
});
|
||||
|
||||
Schema::table('framemeta', function (Blueprint $table) {
|
||||
|
Reference in New Issue
Block a user