{"message":"TEST","version":3,"release":1,"haveIssueWithVersion":false,"tickets":["NINGUNO"]}

This commit is contained in:
null
2023-05-02 16:06:27 +00:00
committed by root
parent f9d136f561
commit edcb5fbc9a

View File

@@ -0,0 +1,6 @@
CREATE TABLE "NEWTABLE"
( "ID" NUMBER,
"NAME" VARCHAR2(100),
"ENABLED" NUMBER DEFAULT 0
) ;