increments('id'); $table->timestamps(); $table->integer('corpus_id')->unsigned(); }); } public function down() { Schema::drop('sentence'); } }