8000
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 eef7f5b commit 535bc41Copy full SHA for 535bc41
cloud-sql/postgres/sqlalchemy/main.py
@@ -89,7 +89,7 @@ def create_tables():
89
conn.execute(
90
"CREATE TABLE IF NOT EXISTS votes "
91
"( vote_id SERIAL NOT NULL, time_cast timestamp NOT NULL, "
92
- "candidate CHAR(6) NOT NULL, PRIMARY KEY (vote_id) );"
+ "candidate VARCHAR(6) NOT NULL, PRIMARY KEY (vote_id) );"
93
)
94
95
0 commit comments