Project

General

Profile

Download (227 Bytes) Statistics
| Branch: | Tag: | Revision:
class SetPtableLayoutToText < ActiveRecord::Migration
def up
change_column :ptables, :layout, :text, :null => false
end

def down
change_column :ptables, :layout, :string, :limit => 4096, :null => false
end
end
(256-256/282)