move common code to pkg

This commit is contained in:
2025-10-29 17:29:30 +01:00
parent 05ca5ac787
commit 4885dad4ab
6 changed files with 13 additions and 7 deletions
+6
View File
@@ -0,0 +1,6 @@
package pkg
var (
SQLSTATE_25P02 = "25P02"
SQLSTATE_23505 = "23505"
)