当前位置:网站首页>Remember! Don't be too confident in writing code! Be sure to write some key log info output, or the problem will not be located.

Remember! Don't be too confident in writing code! Be sure to write some key log info output, or the problem will not be located.

2022-06-13 09:16:00 Healthy Roy Peng

Keep in mind that ! Don't be too confident in writing code ! Be sure to write some key logs info Output , Otherwise, the problem cannot be located .

New table must Plus 5 Field information , There is really no log to see the data modification time

create_time
create_time
create_by
update_by
enable_flag(1 There is ,0 non-existent , This field is a logical deletion )

ADD create_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT ‘ Creation time ’,
ADD update_time TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP COMMENT ‘ Update time ’

原网站

版权声明
本文为[Healthy Roy Peng]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/164/202206130911122330.html