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