Sha256: 26f0ac3cedb3646109206f0ae1a728c990628e042b02abbed7998f7fa31db94f
Contents?: true
Size: 413 Bytes
Versions: 11
Compression:
Stored size: 413 Bytes
Contents
# This migration comes from fae (originally 20141017194616) 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
11 entries across 11 versions & 1 rubygems