migrating to typescript

This commit is contained in:
Anatoly 2018-10-07 00:04:34 +03:00
parent 7650646cd5
commit 756453f362

View file

@ -47,6 +47,7 @@ export default async function(conversion: Conversion, tableName: string): Promis
'LOCALTIME': 'LOCALTIME',
'LOCALTIMESTAMP': 'LOCALTIMESTAMP',
'NULL': 'NULL',
'null': 'NULL',
'UTC_DATE': "(CURRENT_DATE AT TIME ZONE 'UTC')",
'UTC_TIME': "(CURRENT_TIME AT TIME ZONE 'UTC')",
'UTC_TIMESTAMP': "(NOW() AT TIME ZONE 'UTC')"