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 8a016be commit abef958Copy full SHA for abef958
tests/test_issues.py
@@ -76,7 +76,7 @@ async def test_issue_8(connection):
76
c = await conn.cursor()
77
await c.execute("drop table if exists test")
78
await c.execute("""CREATE TABLE `test` (
79
- `station` int(10) NOT NULL DEFAULT '0',
+ `station` int(10) NOT NULL DEFAULT '0',
80
`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
0 commit comments