Sha256: b8953dc14519f42178371ceaa7412c3191db95d01f1df32b8c68e45edffa0379
Contents?: true
Size: 284 Bytes
Versions: 181
Compression:
Stored size: 284 Bytes
Contents
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
Version data entries
181 entries across 181 versions & 1 rubygems