数据库DDL: -- auto-generated definition create table comment ( id int auto_increment comment '主键id' primary key, news_id int not null comment '新闻ID', user_id int