timestampWithTimeZone
A timestamp column to store both a date and a time with time zone.
Note: PostgreSQL and MySQL always store the timestamp in UTC, thereby losing the original time zone. To preserve the original time zone, store the time zone information in a separate column.
Parameters
name
The column name