increments('id'); $table->timestamps(); $table->integer('corpus_id')->unsigned()->nullable(); $table->foreign('corpus_id')->references('id')->on('corpora'); }); } public function down() { Schema::drop('sentences'); } }