Sha256: fc438139a91f997efaa6f01e62f76a7931ebcd2eeccafeea0c64fc363150524c
Contents?: true
Size: 553 Bytes
Versions: 79
Compression:
Stored size: 553 Bytes
Contents
class CreateEducodeSalesContractDateLists < ActiveRecord::Migration[5.2] def change create_table :educode_sales_contract_date_lists do |t| t.references :follow_up t.date :promise_date, comment: '约定日期' t.integer :num, comment: '天数/工作日/年' t.integer :clazz, comment: '类型:交货,验收,预收款,交付款,验收款,质保金' t.date :plan_date, comment: '计划日期' t.date :actual_date, comment: '实际日期' t.references :staff t.timestamps end end end
Version data entries
79 entries across 79 versions & 1 rubygems