We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
smallint
int16
integer
int32
bigint
int64
decimal
float64
numeric
real
float32
double precision
smallserial
serial
bigserial
character varying
string
varchar
character
char
bpchar
text
bytea
[]byte
timestamp without time zone
time.Time
timestamp
timestamp with time zone
timestampz
date
time without time zone
time
time with time zone
timez
interval
time.Duration
boolean
bool
uuid
uuid.UUID
json
interface{}
map[string]interface{}
jsonb
int4range
int8range
numrange
tsrange
tstzrange
daterange
smallint[]
[]int16
integer[]
[]int32
bigint[]
[]int64
decimal[]
[]float64
numeric[]
real[]
[]float32
double precision[]
boolean[]
[]bool
character varying[]
[]string
varchar[]
character[]
char[]
text[]
bytea[]
[][]byte
timestamp without time zone[]
[]time.Time
timestamp[]
timestamp with time zone[]
timestampz[]
date[]
time without time zone[]
time[]
time with time zone[]
timez[]
interval[]
[]time.Duration
uuid[]
[]uuid.UUID
json[]
[]interface{}
[]map[string]interface{}
jsonb[]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
List of postgres data type that not yet or already recognised by raiden imports/apply
smallint
int16
integer
int32
bigint
int64
decimal
float64
numeric
float64
real
float32
double precision
float64
smallserial
int16
serial
int32
bigserial
int64
character varying
string
varchar
string
character
string
char
string
bpchar
string
text
string
bytea
[]byte
timestamp without time zone
time.Time
timestamp
time.Time
timestamp with time zone
time.Time
timestampz
time.Time
date
time.Time
time without time zone
time.Time
time
time.Time
time with time zone
time.Time
timez
time.Time
interval
time.Duration
boolean
bool
uuid
uuid.UUID
json
interface{}
/map[string]interface{}
jsonb
interface{}
/map[string]interface{}
int4range
string
int8range
string
numrange
string
tsrange
string
tstzrange
string
daterange
string
smallint[]
[]int16
integer[]
[]int32
bigint[]
[]int64
decimal[]
[]float64
numeric[]
[]float64
real[]
[]float32
double precision[]
[]float64
boolean[]
[]bool
character varying[]
[]string
varchar[]
[]string
character[]
[]string
char[]
[]string
text[]
[]string
bytea[]
[][]byte
timestamp without time zone[]
[]time.Time
timestamp[]
[]time.Time
timestamp with time zone[]
[]time.Time
timestampz[]
[]time.Time
date[]
[]time.Time
time without time zone[]
[]time.Time
time[]
[]time.Time
time with time zone[]
[]time.Time
timez[]
[]time.Time
interval[]
[]time.Duration
uuid[]
[]uuid.UUID
json[]
[]interface{}
/[]map[string]interface{}
jsonb[]
[]interface{}
/[]map[string]interface{}
The text was updated successfully, but these errors were encountered: