1
0
mirror of https://github.com/DataTables/DataTables.git synced 2025-02-21 19:54:15 +01:00

Dev: Fix SQLite syntax - timestamp without timezone doesn't actually do anything other than timestamp in SQLite

This commit is contained in:
Allan Jardine 2019-10-01 12:44:09 +00:00
parent 8200205ddb
commit bda9b88ada
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
e69160b00330fa8122a5135e68e6300d66841fdb 29c42de711218eef3d64bacbde5491bb51a50873

View File

@ -10,7 +10,7 @@ CREATE TABLE datatables_demo (
position text NOT NULL default '', position text NOT NULL default '',
email text NOT NULL default '', email text NOT NULL default '',
office text NOT NULL default '', office text NOT NULL default '',
start_date timestamp without time zone default NULL, start_date timestamp default NULL,
age integer, age integer,
salary integer, salary integer,
seq integer, seq integer,