fix bugs
This commit is contained in:
8
doc/check_table_structure.sql
Normal file
8
doc/check_table_structure.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- 查看表结构
|
||||
DESC martial_info_publish;
|
||||
|
||||
-- 或者使用这个查看更详细的信息
|
||||
SHOW CREATE TABLE martial_info_publish;
|
||||
|
||||
-- 查看表中现有的列名
|
||||
SHOW COLUMNS FROM martial_info_publish;
|
||||
Reference in New Issue
Block a user