Logo
Explore Help
Register Sign In
zlei6/go-zero
1
0
Fork 0
You've already forked go-zero
mirror of https://github.com/zeromicro/go-zero.git synced 2026-05-08 07:30:01 +08:00
Code Issues Packages Projects Releases Wiki Activity
Files
04059bbf5a7a7d688d0cac7901d3c8cf4b2eb281
go-zero/tools/goctl/model/sql/parser/error.go

12 lines
229 B
Go
Raw Normal View History

goctl model reactor (#15) * reactor sql generation * reactor sql generation * add console & example * optimize unit test & add document * modify default config * remove test file * Revert "remove test file" This reverts commit 81041f9e * fix stringx.go & optimize example * remove unused code
2020-08-19 10:41:19 +08:00
package parser
import (
"errors"
)
var (
unSupportDDL = errors.New("unexpected type")
tableBodyIsNotFound = errors.New("create table spec not found")
spell fix (#167)
2020-10-26 16:33:02 +08:00
errPrimaryKey = errors.New("unexpected join primary key")
goctl model reactor (#15) * reactor sql generation * reactor sql generation * add console & example * optimize unit test & add document * modify default config * remove test file * Revert "remove test file" This reverts commit 81041f9e * fix stringx.go & optimize example * remove unused code
2020-08-19 10:41:19 +08:00
)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 268ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API