make is so that the records table can be created. drop the default/on update clauses
This commit is contained in:
parent
647a8a5391
commit
2cab484222
@ -9,7 +9,7 @@
|
||||
`data` LONGTEXT NOT NULL,
|
||||
`version` VARCHAR(255) NOT NULL,
|
||||
`creation_date` TIMESTAMP NOT NULL,
|
||||
`update_date` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
||||
`update_date` TIMESTAMP NOT NULL,
|
||||
`access_date` TIMESTAMP NOT NULL, INDEX(`userid`), PRIMARY KEY (`recordid`)) ENGINE=MyISAM;
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user