回答編集履歴
1
テーブル型変更
test
CHANGED
@@ -26,7 +26,7 @@
|
|
26
26
|
|
27
27
|
cursor.execute("DROP TABLE IF EXISTS %s" % tablename)
|
28
28
|
|
29
|
-
cursor.execute("CREATE TABLE IF NOT EXISTS %s (test
|
29
|
+
cursor.execute("CREATE TABLE IF NOT EXISTS %s (test text)" % tablename) # <-- 該当箇所
|
30
30
|
|
31
31
|
|
32
32
|
|