Files
2014-01-17 07:03:16 -07:00

7 lines
115 B
SQL

CREATE TABLE errorlog_level(
levelid NUMBER(10) DEFAULT 0 NOT NULL
);
grant select on errorlog_level to public;