Adjust user appraisal order flow

This commit is contained in:
wushumin
2026-05-21 17:56:35 +08:00
parent cfd21b462a
commit d0c4332468
8 changed files with 163 additions and 158 deletions

View File

@@ -455,6 +455,7 @@ CREATE TABLE appraisal_draft_products (
draft_id BIGINT UNSIGNED NOT NULL,
category_id BIGINT UNSIGNED NULL DEFAULT NULL,
brand_id BIGINT UNSIGNED NULL DEFAULT NULL,
brand_name VARCHAR(128) NOT NULL DEFAULT '',
color VARCHAR(64) NOT NULL DEFAULT '',
size_spec VARCHAR(64) NOT NULL DEFAULT '',
serial_no VARCHAR(128) NOT NULL DEFAULT '',