用户表create table if not exists tb_book (book_id char(10) not null comment 'book主键',book_name char(30) not null