在sqlyog中查看mysql的表結構

一、查看標的建立語句數據庫 SHOW CREATE TABLE table_name;spa 二、簡單查看錶結構3d DESC table_name; orm 三、查詢表結構詳細信息——包括列註釋blog select * from information_schema.columns where table_schema = 'db' #表所在數據庫 and table_name = 'tab
相關文章
相關標籤/搜索