Project

General

Profile

Download (218 Bytes) Statistics
| Branch: | Tag: | Revision:
class CreateTemplateKinds < ActiveRecord::Migration
def self.up
create_table :template_kinds do |t|
t.string :name
t.timestamps
end
end

def self.down
drop_table :template_kinds
end
end
(58-58/172)