This commit is contained in:
2025-09-27 22:57:59 +08:00
parent 8a458ff0a4
commit ed26244cdb
12585 changed files with 1914308 additions and 3474 deletions

View File

@@ -263,7 +263,6 @@ CREATE TABLE IF NOT EXISTS customers (
user_id BIGINT UNSIGNED NOT NULL,
name VARCHAR(120) NOT NULL,
phone VARCHAR(32) NULL,
level VARCHAR(32) NULL COMMENT '客户等级标签',
price_level ENUM('retail','distribution','wholesale','big_client') NOT NULL DEFAULT 'retail' COMMENT '默认售价列',
status TINYINT UNSIGNED NOT NULL DEFAULT 1,
remark VARCHAR(255) NULL,