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

This commit is contained in:
null
2023-05-02 15:50:01 +00:00
committed by root
commit a4e1ede864

View File

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