目录1. 将数据库生成2. 将数据表生成 SQL 脚本3. 执行 SQL 脚本总结1. 将数据库生成
I have two domains declared in my app. class Posts { String title String content static hasMany = [tags:Tag]