## 日结表字段长度调整;

This commit is contained in:
cabbage 2025-08-28 11:21:04 +08:00
parent 846e667c5b
commit fceb0c4ff7
1 changed files with 2 additions and 2 deletions

View File

@ -78,8 +78,8 @@
member_name VARCHAR2(100) not null, member_name VARCHAR2(100) not null,
customer_type NUMBER(2) not null, customer_type NUMBER(2) not null,
phone VARCHAR2(40) not null, phone VARCHAR2(40) not null,
pk_grade NUMBER(4) not null, pk_grade NUMBER(6) not null,
pk_awards NUMBER(4) not null, pk_awards NUMBER(6) not null,
pk_rate NUMBER(6), pk_rate NUMBER(6),
account_status number(1) default 0 not null, account_status number(1) default 0 not null,
pay_status NUMBER(2) default 0 not null, pay_status NUMBER(2) default 0 not null,