Sha256: ce7833253e720047e58d361cd56f89949f2ff4d4567c2558aab5a5b2b48174f1
Contents?: true
Size: 407 Bytes
Versions: 228
Compression:
Stored size: 407 Bytes
Contents
class CreateEducodeSalesOperationPlans < ActiveRecord::Migration[5.2] def change create_table :educode_sales_operation_plans do |t| t.references :staff t.date :month, comment: '月份' t.integer :weekly, comment: '周' t.references :teacher t.text :content, comment: '计划内容' t.integer :finish_rate, comment: '完成率' t.timestamps end end end
Version data entries
228 entries across 228 versions & 1 rubygems