move common code to pkg
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package pkg
|
||||
|
||||
var (
|
||||
SQLSTATE_25P02 = "25P02"
|
||||
SQLSTATE_23505 = "23505"
|
||||
)
|
||||
Reference in New Issue
Block a user