X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F46xml-to-pg.t;fp=t%2F46xml-to-pg.t;h=e1796df5675f3da189dd78a7b3f56f78e0482c61;hb=c3bddac946a236e1876c6cc414adc01c5ab8694a;hp=dcdb01f0594f93c06483ea10e24df75689e4d77b;hpb=e3472b3bac5c2e839d8ce7ee3e71684dfd1a432b;p=dbsrgits%2FSQL-Translator.git diff --git a/t/46xml-to-pg.t b/t/46xml-to-pg.t index dcdb01f..e1796df 100644 --- a/t/46xml-to-pg.t +++ b/t/46xml-to-pg.t @@ -54,6 +54,7 @@ CREATE INDEX "titleindex" on "Basic" ("title"); DROP TABLE "Another" CASCADE; CREATE TABLE "Another" ( "id" serial NOT NULL, + "num" numeric(10,2), PRIMARY KEY ("id") );