Explorar o código

商品增加销售专区

abiao %!s(int64=3) %!d(string=hai) anos
pai
achega
57f61bdb8c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      db/migrate/20220610032358_create_product_sale_types.rb

+ 1 - 1
db/migrate/20220610032358_create_product_sale_types.rb

@@ -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|