Files
TJWaterServer/script/sql/create/22.report.sql
2022-11-12 08:26:10 +08:00

19 lines
280 B
SQL

-- [REPORT]
create table report
(
key text not null
, value text not null
);
insert into report (key, value) values
('PAGESIZE', '0')
--, ('FILE', '')
, ('STATUS', 'NO')
, ('SUMMARY', 'YES')
, ('MESSAGES', 'YES')
, ('ENERY', 'YES')
, ('NODES', 'ALL')
, ('LINKS', 'ALL')
;