increments('id'); $table->string('publication_state', 100)->default('draft');; $table->boolean('belongs_to_bibliography')->default('0'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('documents'); } }