alter table t_user_channel_info change update_dttm update_dttm timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP();
ALTER TABLE t_user_info MODIFY COLUMN update_dttm datetime NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT '修改时间' ;

相关文章:

  • 2021-07-03
  • 2021-10-13
  • 2021-08-04
  • 2021-11-29
  • 2022-12-23
  • 2022-03-08
猜你喜欢
  • 2021-12-17
  • 2021-10-16
  • 2022-12-23
  • 2022-12-23
  • 2021-06-02
  • 2022-02-01
  • 2022-12-23
相关资源
相似解决方案