Hi,
How can I use Postgres double precision type in DBML?
my code
Table A{
b double precision
}
error
Expected " ", “[”, PK, comment, newline, or unique but “p” found.
Thanks for help.
Hi,
How can I use Postgres double precision type in DBML?
my code
Table A{
b double precision
}
error
Expected " ", “[”, PK, comment, newline, or unique but “p” found.
Thanks for help.
Use aliases.
Aliases of double precision = float8.
Visit this site to find aliases