Sha256: f1f556dc2069df48d8460315206c6c898905d98cb76dc334a3dd79836c0687b5
Contents?: true
Size: 478 Bytes
Versions: 22
Compression:
Stored size: 478 Bytes
Contents
# This migration comes from panda_pal (originally 20160412205931) class CreatePandaPalOrganizations < ActiveRecord::Migration def change create_table :panda_pal_organizations do |t| t.string :name t.string :key t.string :secret t.string :canvas_account_id t.text :settings t.timestamps null: false end add_index :panda_pal_organizations, :name, unique: true add_index :panda_pal_organizations, :key, unique: true end end
Version data entries
22 entries across 22 versions & 1 rubygems