This repository was archived by the owner on Jul 15, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-43
lines changed
Expand file tree Collapse file tree 1 file changed +0
-43
lines changed Original file line number Diff line number Diff line change 547547 | BOOLEAN | NUMERIC |
548548 | DATE | NUMERIC |
549549 | DATETIME | NUMERIC |
550-
551-
552- - [ ] PostgreSQL datatypes ** probably should make this a plugin or fork since it is not SQLite**
553-
554- | Name | Aliases |
555- |:-- ------------------------- | ------------------:|
556- | bigint | int8 |
557- | bigserial | serial8 |
558- | bit [ (n) ] | |
559- | bit varying [ (n) ] | varbit |
560- | boolean | bool |
561- | box | |
562- | bytea | |
563- | character [ (n) ] | char [ (n) ] |
564- | character varying [ (n) ] | varchar [ (n) ] |
565- | cidr | |
566- | circle | |
567- | date | |
568- | double precision | float8 |
569- | inet | |
570- | integer | int , int4 |
571- | interval [ fields ] [ (p) ] | |
572- | json | |
573- | line | |
574- | lseg | |
575- | macaddr | |
576- | money | |
577- | numeric [ (p, s) ] | decimal [ (p, s) ] |
578- | path | |
579- | point | |
580- | polygon | |
581- | real | float4 |
582- | smallint | int2 |
583- | smallserial | serial2 |
584- | serial | serial4 |
585- | text | |
586- | time [ (p) ] | timetz |
587- | timestamp [ (p) ] | timestamptz |
588- | tsquery | |
589- | tsvector | |
590- | txid_snapshot | |
591- | uuid | |
592- | xml | |
You can’t perform that action at this time.
0 commit comments