parts.sql 113 B

12
  1. alter table parts add column created_at datetime;
  2. add column modifyTime datetime default '1970-01-01 00:00:00';