class CreateEducodeSalesCustomerFollows < ActiveRecord::Migration[5.2] def change create_table :educode_sales_customer_follows do |t| t.integer :school_id t.integer :department_id t.references :staff t.text :content t.timestamps end end end