increments('id'); $table->integer('nextfilm'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('system'); } }