Update table.sql

add Create Sequence
This commit is contained in:
Ronny Grobel 2022-06-09 08:40:54 +02:00 committed by GitHub
parent cc9035cf4e
commit 748f0c5157
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,8 @@ CREATE TABLE "SYSLOG"
) NO INMEMORY ) NO INMEMORY
/ /
CREATE SEQUENCE "SYSLOG_SEQ" MINVALUE 1 MAXVALUE 9999999999999999999999999999 INCREMENT BY 1 START WITH 241 CACHE 20 NOORDER NOCYCLE NOKEEP NOSCALE GLOBAL
/
CREATE OR REPLACE EDITIONABLE TRIGGER "BI_SYSLOG" CREATE OR REPLACE EDITIONABLE TRIGGER "BI_SYSLOG"
before insert on "SYSLOG" before insert on "SYSLOG"