add workflow actions for manipulating server_state
This commit is contained in:
parent
b7b04a61d6
commit
c86c9fe9f4
14 changed files with 141 additions and 24 deletions
|
@ -15,7 +15,7 @@ class CreateDocumentsTable extends Migration
|
|||
Schema::create('documents', function (Blueprint $table) {
|
||||
$table->increments('id');
|
||||
$table->string('type', 100);
|
||||
$table->string('publication_state', 100)->default('draft');;
|
||||
$table->string('publication_state', 100)->default('draft');
|
||||
$table->boolean('belongs_to_bibliography')->default('0');
|
||||
$table->timestamps();
|
||||
});
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue