Documentation ¶ Index ¶ func GenerateTable(tables []string) type Method Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func GenerateTable ¶ func GenerateTable(tables []string) Types ¶ type Method ¶ type Method interface { // GetParentIdsByGroupParentId // SELECT GROUP_CONCAT(a.parent_id) AS parent_ids from (SELECT parent_id FROM category GROUP BY parent_id) as a GetParentIdsByGroupParentId() (gen.M, error) } Method 根据动态 sql 生成 orm Source Files ¶ View all Source files generate_table.go Click to show internal directories. Click to hide internal directories.