|
|
|
@ -17,7 +17,7 @@ class CreateDataTablesTable extends Migration |
|
|
|
|
$table->increments('id'); |
|
|
|
|
$table->timestamps(); |
|
|
|
|
$table->unsignedInteger('owner_id'); |
|
|
|
|
$table->unsignedInteger('precursor_id')->nullable(); // fork source |
|
|
|
|
$table->unsignedInteger('parent_table_id')->nullable(); // fork source |
|
|
|
|
$table->unsignedInteger('revision'); // incremented with each applied changeset |
|
|
|
|
$table->string('title')->index(); // indexable |
|
|
|
|
$table->text('description'); |
|
|
|
|