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