mysql単一テーブルマルチtimestampエラー#1293

563 ワード

mysql単表多timestampエラー#1293-incorrect table definition;there can be only one timestamp column with c 1つのテーブルに複数のtimestampが表示され、そのうちの1つをcurrent_に設定します.timestampの時は1293-incorrect table definitionによく遭遇します.there can be only onetimestamp column with current_timestamp in default or on updateclause
        timestamp   on updatecurrent_timestamp   ,   timestamp        default 
        timestamp  ,          current_timestamp           ,mysql      ,        ...
   on updatecurrent_timestamp( navicat     “         ”  )      ,        ,      2    。