migrate.sql 376 B

12345678
  1. INSERT INTO `qimall_enum_type`(`name`, `title`, `type`, `is_addons`, `status`, `created_at`, `updated_at`) VALUES
  2. ('CloudStock', '云库存', 'IncomeMap', 1, 1, 1654569888, 1654569888),
  3. ('CloudStock', '云库存', 'FromTypeMap', 1, 1, 1654569888, 1654569888);
  4. ALTER TABLE qimall_addons_cloud_stock_level add fill_min int(10) not null default 0 COMMENT '补货最低数量'