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 f5bf156 commit 7844c1cCopy full SHA for 7844c1c
utils/gen_fake_mysql_data.py
@@ -30,7 +30,7 @@
30
) ENGINE=InnoDB AUTO_INCREMENT=0;
31
'''
32
33
-DROP_TABLE_SQL_FMT = '''DROP TABLE IF NOT EXISTS {database}.{table};'''
+DROP_TABLE_SQL_FMT = '''DROP TABLE IF EXISTS {database}.{table};'''
34
35
INSERT_SQL_FMT = '''INSERT INTO {database}.{table} (customer_id, event, sku, amount, device, trans_datetime) VALUES("{customer_id}", "{event}", "{sku}", {amount}, "{device}", "{trans_datetime}");'''
36
0 commit comments