Proper support for size in pg timestamp columns (patch by mo)
[dbsrgits/SQL-Translator.git] / t / 46xml-to-pg.t
index 3df7849..dcdb01f 100644 (file)
@@ -45,7 +45,7 @@ CREATE TABLE "Basic" (
   -- Hello emptytagdef
   "emptytagdef" character varying DEFAULT '',
   "another_id" integer DEFAULT '2',
-  "timest" timestamp(0),
+  "timest" timestamp,
   PRIMARY KEY ("id"),
   CONSTRAINT "emailuniqueindex" UNIQUE ("email")
 );