質問編集履歴
2
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -21,3 +21,5 @@
|
|
21
21
|
- 大文字小文字の変換
|
22
22
|
|
23
23
|
- alter table todoitems rename day to limit not null;
|
24
|
+
|
25
|
+
- ALTER TABLE todoitems CHANGE day limit date not null;
|
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -12,6 +12,10 @@
|
|
12
12
|
|
13
13
|
|
14
14
|
|
15
|
+
バージョン 8.0.17
|
16
|
+
|
17
|
+
|
18
|
+
|
15
19
|
試したこと
|
16
20
|
|
17
21
|
- 大文字小文字の変換
|