laravel-pdo-odbc
laravel-pdo-odbc copied to clipboard
Change `datetimeTz` underlaying type
Currently, the datetimeTz
uses the datetime
method, which is an alias of timestamp_ntz
. This is not the expected behavior.
timestamp_ltz
is create timestamps based upon UTC.
timestamp_ntz
is create timestamps based upon: internally stores “wallclock” time with a specified precision.