dialect/sql/schema: initial support for postgres net-types (#964)

This commit is contained in:
Ariel Mashraki
2020-11-20 15:30:54 +02:00
committed by GitHub
parent f655a59089
commit 3d2feec5e2
4 changed files with 17 additions and 3 deletions

View File

@@ -23,6 +23,7 @@ const (
TypeBytes
TypeEnum
TypeString
TypeOther
TypeInt8
TypeInt16
TypeInt32