We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 819d4ec commit 8a016beCopy full SHA for 8a016be
tests/test_issues.py
@@ -75,9 +75,9 @@ async def test_issue_8(connection):
75
conn = connection
76
c = await conn.cursor()
77
await c.execute("drop table if exists test")
78
- await c.execute("""CREATE TABLE `test` (`station` int(10) NOT
79
- NULL DEFAULT '0', `dh`
80
- datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
+ await c.execute("""CREATE TABLE `test` (
+ `station` int(10) NOT NULL DEFAULT '0',
+ `dh` datetime NOT NULL DEFAULT '2020-04-25 22:39:12',
81
`echeance` int(1) NOT NULL DEFAULT '0', `me` double DEFAULT NULL,
82
`mo` double DEFAULT NULL, PRIMARY
83
KEY (`station`,`dh`,`echeance`)) ENGINE=MyISAM DEFAULT
0 commit comments