select * from sys_config;
desc 表名;desc xxx;
desc 表名;
desc xxx;
可以看见表结构,对应的表名、字段类型、是否可以为空数据、是否主键、默认值、额外的条件