@@ -1,6 +1,6 @@
# encoding:utf-8
# 销售类型定义表
-class ProductSaleTypes < ActiveRecord::Migration
+class CreateProductSaleTypes < ActiveRecord::Migration
def self.up
#销售类型定义表
create_table :product_sale_types do |t|