Sha256: eedff869256bc321ec70d9e6dbac6472d6d634bb0f743879b2d7b1e6572047bf
Contents?: true
Size: 358 Bytes
Versions: 5
Compression:
Stored size: 358 Bytes
Contents
class CreateFaeOptions < ActiveRecord::Migration[4.2] 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
5 entries across 5 versions & 2 rubygems