class CreateCustomerExtensions < ActiveRecord::Migration[5.2] def change create_table :educode_sales_customer_extensions do |t| t.references :staff t.references :school t.integer :customer_staff_id end end end