소스 검색

商品增加销售专区

abiao 3 년 전
부모
커밋
57f61bdb8c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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|