Amazon Web Service (AWS) Relation Database Service (RDS) にテーブルがあり、テーブルの列は「Memory」、「Cores」、「Speed」、「Insert_Timestamp」で、毎回データベースにログを記録しようとしていますこのテーブルに新しい行が追加されます。そうは言っても、次のコードを実行していますAlter table Instace_Types ALTER COLUMN Insert_Timestamp SET DEFAULT CURRENT_TIMESTAMP
。このエラーが発生しています:
"You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'COLUMN Insert_Timestamp SET DEFAULT CURRENT_TIMESTAMP' at line 1"
任意の入力をいただければ幸いです。