最新回答 / 慕沐4503986
定義數(shù)據(jù)庫的時(shí)候編碼格式有問題 應(yīng)該是UTF8或者是因?yàn)槟愕木幾g工具字符格式與數(shù)據(jù)庫不一致
2019-08-07
最贊回答 / 慕沐4503986
將數(shù)據(jù)庫的start_time和end_time那兩行改為:start_time timestamp not null default '0000-00-00 00:00:00' comment '開始時(shí)間',end_time timestamp not null default '0000-00-00 00:00:00' comment '結(jié)束時(shí)間',create_time timestamp not null default current_timestamp comment '創(chuàng)建時(shí)間',
2019-06-24