Upgraded Hibernate 5.2.18.Final 5.3.9.Final
[hibernate4-maven-plugin] / src / it / transport / create.sql
index a7f9d94..4105d40 100644 (file)
         Exhibition_id varchar(191) not null,
         Exhibition_nodeType integer not null,
         Exhibition_source VARCHAR(191) not null,
-        close time,
+        close timestamp,
         day integer,
-        open time,
+        open timestamp,
         type varchar(255)
     );
 
         Location_id varchar(191) not null,
         Location_nodeType integer not null,
         Location_source VARCHAR(191) not null,
-        close time,
+        close timestamp,
         day integer,
-        open time,
+        open timestamp,
         type varchar(255)
     );
 
         firstName varchar(255),
         lastName varchar(255),
         type varchar(255),
-        end date,
-        start date,
+        end timestamp,
+        start timestamp,
         gemkey varchar(31),
         generator varchar(255),
         after varchar(255),
-        date date,
+        date timestamp,
         photographer_id varchar(191),
         photographer_nodeType integer,
         photographer_source VARCHAR(191),