回答編集履歴

1

テーブル型変更

2020/09/06 08:49

投稿

YakumoSaki
YakumoSaki

スコア2027

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 varchar(30))" % tablename) # <-- 該当箇所
29
+ cursor.execute("CREATE TABLE IF NOT EXISTS %s (test text)" % tablename) # <-- 該当箇所
30
30
 
31
31
 
32
32