Sha256: 83928f51908058ee795b9e0c11b206d9bc5e147a664a288927621aaa3ace257c

Contents?: true

Size: 255 Bytes

Versions: 3

Compression:

Stored size: 255 Bytes

Contents

class CreateKauiTenants < ActiveRecord::Migration[5.0]
  def change
    create_table :kaui_tenants do |t|
      t.string :name
      t.string :kb_tenant_id
      t.string :api_key
      t.string :encrypted_api_secret

      t.timestamps
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
kaui-0.16.2 db/migrate/20150109214021_create_kaui_tenants.rb
kaui-0.16.1 db/migrate/20150109214021_create_kaui_tenants.rb
kaui-0.16.0 db/migrate/20150109214021_create_kaui_tenants.rb