エラーログ:
{ [エラー: 不正な datetime 値: '2012-08-24T17:29:11.683Z' 列 'robot _refreshed_at' 行 1] 番号: 1292、sqlStateMarker: '#'、sqlState: '22007'、メッセージ: '正しくありませんdatetime 値: \'2012-08-24T17:29:11.683Z\' 列 \' robot_refreshed_at\' at row 1', sql: 'INSERT INTO users (id,name,count_moments,count_likes,count_followers,rob ot_refreshed_at,robot_count_followers ) 値 (\'1834084\',\'NNNyingzi\',\'5\',\ '0\',\'0\',\'2012-08-24T17:29:11.683Z\',\' 0\')'、setMaxListeners: [関数]、emit: [関数]、addListener: [関数]、on: [関数]、once: [関数]、removeListener: [関数]、removeAllListeners: [関数]、リスナー: [関数] }
私はこのコードを私のNode.js
if s instanceof Date
return s.toISOString()
データベースでそれらを更新しました。
挿入式は次のSQL
とおりです。
INSERT INTO users (id,name,count_moments,count_likes,count_followers,rob ot_refreshed_at,robot_count_followers) VALUES (\'1834084\',\'NNNyingzi\',\'5\',\ '0\',\'0\',\'2012-08-24T17:29:11.683Z\',\'0\')
私は何か間違ったことをしていますか?PHPMyAdmin
サーバーのテーブルから使用してテーブルをコピーしました。
どうもありがとう。