Sha256: 5157d6ee65ba0c577ea3276fe5163d6983cc057acfe671ec095dcda679f081e6
Contents?: true
Size: 507 Bytes
Versions: 228
Compression:
Stored size: 507 Bytes
Contents
class CreateEducodeSalesTeacherFollows < ActiveRecord::Migration[5.2] def change create_table :educode_sales_teacher_follows do |t| t.references :teacher t.integer :attitude_id, comment: '老师态度' t.integer :course_plan_id, comment: '开课计划' t.integer :course_build_id, comment: '课堂建设' t.integer :follow_id, comment: '跟进手段' t.text :description, comment: '跟进小结' t.references :staff t.timestamps end end end
Version data entries
228 entries across 228 versions & 1 rubygems