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