- add additional migration files
- add seeder for collections - coverage x_min, x_max, y_min, y_max - SitelinkController db-independent
This commit is contained in:
parent
4d22498e2d
commit
c082b4bc60
25 changed files with 463 additions and 86 deletions
|
@ -17,7 +17,7 @@ class CreateDocumentsTable extends Migration
|
|||
$table->increments('id');
|
||||
$table->string('contributing_corporation', 50)->nullable();
|
||||
$table->string('creating_corporation', 50);
|
||||
$table->dateTime('embargo_date');
|
||||
$table->dateTime('embargo_date')->nullable();
|
||||
$table->integer('project_id')->unsigned()->nullable();
|
||||
$table->foreign('project_id')->references('id')->on('projects');
|
||||
$table->enum(
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue