Sha256: 2bab3c418681ed224846cee2c13522c9e5c25e23b17a8820ee70fb3e88c694ec
Contents?: true
Size: 412 Bytes
Versions: 15
Compression:
Stored size: 412 Bytes
Contents
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
15 entries across 15 versions & 1 rubygems