sql 添加 default 約束

建立表時添加表約束 create table table_name ( id int primary key auto_increment, actionTime datetime default current_timestamp); // 添加默認時間 爲當前的表中的字段添加默認約束 alter table table_name modify actionTime datetime defa
相關文章
相關標籤/搜索