mirror of
https://bitbucket.org/theswgsource/src-1.2.git
synced 2026-09-11 21:44:58 -04:00
Added database/sql
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
CREATE SEQUENCE SEQ_ERRORLOG INCREMENT BY 1 START
|
||||
WITH 1 MAXVALUE 1.0E28 MINVALUE 1 NOCYCLE
|
||||
CACHE 20 NOORDER;
|
||||
|
||||
Reference in New Issue
Block a user