Sha256: 2d0bab7c72ece71caf1821048c6d154299473ce437a4141e27f8a38fc58797df
Contents?: true
Size: 211 Bytes
Versions: 7
Compression:
Stored size: 211 Bytes
Contents
class CreateTenants < ActiveRecord::Migration def change create_table :tenants do |t| t.string :name t.string :subdomain t.string :domain t.timestamps null: false end end end
Version data entries
7 entries across 7 versions & 1 rubygems