Sha256: e4224aae1a64ce4acc86999d1476d6e2817bc8c57394160054ed38f7fa553806
Contents?: true
Size: 228 Bytes
Versions: 4
Compression:
Stored size: 228 Bytes
Contents
class CreateCatalogs < ActiveRecord::Migration def self.up create_table :catalogs do |t| t.string :title t.string :permalink t.text :info end end def self.down drop_table :catalogs end end
Version data entries
4 entries across 4 versions & 1 rubygems