increments('id'); $table->string('name'); $table->string('variable'); $table->integer('type'); $table->string('subject'); $table->text('message'); $table->string('description'); $table->integer('set_id'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('templates'); } };