webman-php / console

webman console plugin
https://www.workerman.net/webman
22 stars 14 forks source link

创建model:新增获取表注释信息 #25

Closed sunsgneayo closed 1 year ago

sunsgneayo commented 1 year ago

SELECT table_comment FROM information_schema.TABLES WHERE table_schema = ? AND table_name = ?', [$database, $table]