zhibo/check_table_structure.sql

7 lines
153 B
MySQL
Raw Normal View History

-- 检查各表结构
DESCRIBE eb_live_room_like;
DESCRIBE eb_works_relation;
DESCRIBE eb_follow_record;
DESCRIBE eb_search_history;
DESCRIBE eb_friend;