Sha256: b500b46bb28b3eca233b44e3d793f4d48ac0562c20fa3cbbd537881622ddd0b6

Contents?: true

Size: 793 Bytes

Versions: 228

Compression:

Stored size: 793 Bytes

Contents

class CreateEducodeSalesSaleReports < ActiveRecord::Migration[5.2]
  def change
    create_table :educode_sales_sale_reports do |t|
      t.references :staff
      t.date :month, comment: '月份'
      t.integer :weekly, comment: '周'
      t.integer :finish_rate, comment: '完成率'
      t.integer :client, comment: '覆盖客户数'
      t.float :amount, comment: '项目金额'
      t.text :content, comment: '个人总结'
      t.text :level1_opinion, comment: '大区意见'
      t.float :level1_score, comment: '大区评分'
      t.text :level2_opinion, comment: '总监意见'
      t.float :level2_score, comment: '总监评分'
      t.text :level3_opinion, comment: '副总意见'
      t.float :level3_score, comment: '副总评分'

      t.timestamps
    end
  end
end

Version data entries

228 entries across 228 versions & 1 rubygems

Version Path
educode_sales-0.9.72 db/migrate/20210903020721_create_educode_sales_sale_reports.rb
educode_sales-0.9.71 db/migrate/20210903020721_create_educode_sales_sale_reports.rb
educode_sales-0.9.70 db/migrate/20210903020721_create_educode_sales_sale_reports.rb
educode_sales-0.9.69 db/migrate/20210903020721_create_educode_sales_sale_reports.rb
educode_sales-0.9.68 db/migrate/20210903020721_create_educode_sales_sale_reports.rb
educode_sales-0.9.67 db/migrate/20210903020721_create_educode_sales_sale_reports.rb
educode_sales-0.9.66 db/migrate/20210903020721_create_educode_sales_sale_reports.rb
educode_sales-0.9.65 db/migrate/20210903020721_create_educode_sales_sale_reports.rb
educode_sales-0.9.64 db/migrate/20210903020721_create_educode_sales_sale_reports.rb
educode_sales-0.9.63 db/migrate/20210903020721_create_educode_sales_sale_reports.rb
educode_sales-0.9.62 db/migrate/20210903020721_create_educode_sales_sale_reports.rb
educode_sales-0.9.61 db/migrate/20210903020721_create_educode_sales_sale_reports.rb
educode_sales-0.9.60 db/migrate/20210903020721_create_educode_sales_sale_reports.rb
educode_sales-0.9.59 db/migrate/20210903020721_create_educode_sales_sale_reports.rb
educode_sales-0.9.58 db/migrate/20210903020721_create_educode_sales_sale_reports.rb
educode_sales-0.9.57 db/migrate/20210903020721_create_educode_sales_sale_reports.rb
educode_sales-0.9.56 db/migrate/20210903020721_create_educode_sales_sale_reports.rb
educode_sales-0.9.55 db/migrate/20210903020721_create_educode_sales_sale_reports.rb
educode_sales-0.9.54 db/migrate/20210903020721_create_educode_sales_sale_reports.rb
educode_sales-0.9.53 db/migrate/20210903020721_create_educode_sales_sale_reports.rb