@ -45,7 +45,7 @@ func Create(db *gorm.DB, table string, path ...string) error {
}
pri := ""
if column.ColumnKey == "PRI" {
pri = "`gorm:\"primarykey\"`"
pri = "`gorm:\"primaryKey\"`"
comment := ""
if column.ColumnComment != "" {