Add numeric/decimal precision support to DB2 producer
[dbsrgits/SQL-Translator.git] / t / 44-xml-to-db2-array.t
index c09d850..d4f5a54 100644 (file)
@@ -51,6 +51,7 @@ q|CREATE TABLE Basic (
 
 q|CREATE TABLE Another (
   id INTEGER GENERATED BY DEFAULT AS IDENTITY (START WITH 1, INCREMENT BY 1) NOT NULL,
+  num NUMERIC(10,2),
   PRIMARY KEY (id)
 );|,