Sha256: fb6f534595be2195ed9e233c88b30febc9412948f4e3eff6c2a3d243c556695a
Contents?: true
Size: 317 Bytes
Versions: 12
Compression:
Stored size: 317 Bytes
Contents
class CreateKauiTenants < ActiveRecord::Migration[5.0] def change unless table_exists?(:kaui_tenants) 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 end
Version data entries
12 entries across 12 versions & 1 rubygems