PT-1554 Fixed 2 tests for MySQL 5.7

This commit is contained in:
Carlos Salguero
2018-05-30 09:09:42 -03:00
parent 1a4c471a46
commit b801dfa156
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ CREATE TABLE t (
`SOrNum` mediumint(9) unsigned NOT NULL auto_increment,
`SPNum` mediumint(9) unsigned NOT NULL,
`DateCreated` timestamp NOT NULL default CURRENT_TIMESTAMP,
`DateRelease` timestamp NOT NULL,
`DateRelease` timestamp NULL,
`ActualReleasedDate` timestamp NULL default NULL,
`PckPrice` decimal(10,2) NOT NULL default '0.00',
`Status` varchar(20) NOT NULL,