Primer Commit
This commit is contained in:
5
DB/SEQUENCES/S_PROJECT_ID.sql
Normal file
5
DB/SEQUENCES/S_PROJECT_ID.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
--------------------------------------------------------
|
||||
-- DDL for Sequence S_PROJECT_ID
|
||||
--------------------------------------------------------
|
||||
|
||||
CREATE SEQUENCE "ENVX_OPER"."S_PROJECT_ID" MINVALUE 1 MAXVALUE 99999999999999999999999999 INCREMENT BY 1 START WITH 3 CACHE 20 NOORDER NOCYCLE NOKEEP NOSCALE GLOBAL ;
|
||||
Reference in New Issue
Block a user