2 lines
138 B
SQL
2 lines
138 B
SQL
alter table station add enable_auto_punch_status smallint DEFAULT 0 NOT NULL;
|
|
alter table station add mode_flag bigint DEFAULT 1 NOT NULL; |