Sha256: 05f549b979c244c0655c49e6fc912080e78d9fc07851116f43a1711096784479
Contents?: true
Size: 200 Bytes
Versions: 21
Compression:
Stored size: 200 Bytes
Contents
class CreateEmsTags < ActiveRecord::Migration def change create_table :ems_tags do |t| t.string :title t.string :slug t.text :description t.timestamps end end end
Version data entries
21 entries across 21 versions & 1 rubygems
Version | Path |
---|---|
ems-0.0.2 | db/migrate/20120302144235_create_ems_tags.rb |