質問編集履歴
2
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -9,4 +9,5 @@
|
|
9
9
|
|
10
10
|
試したこと
|
11
11
|
- 大文字小文字の変換
|
12
|
-
- alter table todoitems rename day to limit not null;
|
12
|
+
- alter table todoitems rename day to limit not null;
|
13
|
+
- ALTER TABLE todoitems CHANGE day limit date not null;
|
1
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -5,6 +5,8 @@
|
|
5
5
|
このコマンドを入力しました。
|
6
6
|
dayというカラム名をlimitに変更したいのですがどのようにするべきでしょうか?
|
7
7
|
|
8
|
+
バージョン 8.0.17
|
9
|
+
|
8
10
|
試したこと
|
9
11
|
- 大文字小文字の変換
|
10
12
|
- alter table todoitems rename day to limit not null;
|