X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F46xml-to-pg.t;h=7bb025f042dd9b76b55f08982581279b0e8603f1;hb=08d91aada45b94a16f3660b5cc10384df5616ff9;hp=0104bfea9b02f600596a361c409ec290ded2f9b2;hpb=5c32ca599a05e9950d26fd2238f071cffc2c964e;p=dbsrgits%2FSQL-Translator.git diff --git a/t/46xml-to-pg.t b/t/46xml-to-pg.t index 0104bfe..7bb025f 100644 --- a/t/46xml-to-pg.t +++ b/t/46xml-to-pg.t @@ -43,6 +43,7 @@ CREATE TABLE "Basic" ( "explicitemptystring" character varying DEFAULT '', -- Hello emptytagdef "emptytagdef" character varying DEFAULT '', + "timest" timestamp(0), PRIMARY KEY ("id"), Constraint "emailuniqueindex" UNIQUE ("email") );