Sha256: 55dc7e30351c68c8a02ea2c8fc6b08274ed7f46cd80fe0e15194dab7b9c3e7c0
Contents?: true
Size: 278 Bytes
Versions: 77
Compression:
Stored size: 278 Bytes
Contents
class CreateEducodeSalesFollowUpTrends < ActiveRecord::Migration[5.2] def change create_table :educode_sales_follow_up_trends do |t| t.references :follow_up t.integer :clazz t.text :content t.references :staff t.timestamps end end end
Version data entries
77 entries across 77 versions & 1 rubygems