select table_name tableName, engine,
table_comment tableComment, create_time createTime from information_schema.tables where table_schema = (select database())
查询数据库里所有表和表信息

select table_name tableName, engine,
table_comment tableComment, create_time createTime from information_schema.tables where table_schema = (select database())