	public function down()
	{
		Schema::table('{{tableName}}', function(Blueprint $table) {
			{{methods}}
		});
	}