Sha256: 715a80e1ee3af8663fba0c46c778ae21ad991dc4f45d4fd2875e5816a33659e9
Contents?: true
Size: 311 Bytes
Versions: 6
Compression:
Stored size: 311 Bytes
Contents
# This migration comes from kaui (originally 20150109214021) class CreateKauiTenants < ActiveRecord::Migration 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
6 entries across 6 versions & 1 rubygems