1. alter table `mybatis_plus`.`user` add column `deleted` tinyint(1) unsigned default 0 not null

    image.png