修改前的ddl:
modified timestamp DEFAULT null comment 'modified time'
修改后的ddl:
modified timestamp not null DEFAULT CURRENT_TIMESTAMP comment 'modified time'
修改前的ddl:
modified timestamp DEFAULT null comment 'modified time'
修改后的ddl:
modified timestamp not null DEFAULT CURRENT_TIMESTAMP comment 'modified time'