Sha256: 239d51cd36057439b353b39cb24a4066854a2258ea866a7876b81b3c94fe0551
Contents?: true
Size: 353 Bytes
Versions: 13
Compression:
Stored size: 353 Bytes
Contents
class CreateFaeOptions < ActiveRecord::Migration def change create_table :fae_options do |t| t.string :title t.string :time_zone t.string :colorway t.string :stage_url t.string :live_url t.integer :singleton_guard t.timestamps end add_index :fae_options, :singleton_guard, unique: true end end
Version data entries
13 entries across 13 versions & 1 rubygems