Sha256: 2b243a42f89247bb92ec91a9c22f3309649fb2e52d5507fa2c03713625690017
Contents?: true
Size: 277 Bytes
Versions: 411
Compression:
Stored size: 277 Bytes
Contents
class CreateUserGroups < ActiveRecord::Migration def change create_table :user_groups do |t| t.string :name, :not_null => true t.text :display_name t.text :note t.integer :position t.timestamps t.datetime :deleted_at end end end
Version data entries
411 entries across 403 versions & 24 rubygems