mirror of
https://github.com/DataTables/DataTables.git
synced 2025-02-20 18: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:
parent
8200205ddb
commit
bda9b88ada
@ -1 +1 @@
|
||||
e69160b00330fa8122a5135e68e6300d66841fdb
|
||||
29c42de711218eef3d64bacbde5491bb51a50873
|
||||
|
@ -10,7 +10,7 @@ CREATE TABLE datatables_demo (
|
||||
position text NOT NULL default '',
|
||||
email text NOT NULL default '',
|
||||
office text NOT NULL default '',
|
||||
start_date timestamp without time zone default NULL,
|
||||
start_date timestamp default NULL,
|
||||
age integer,
|
||||
salary integer,
|
||||
seq integer,
|
||||
|
Loading…
x
Reference in New Issue
Block a user