top | item 30082291

(no title)

text2db | 4 years ago

Thanks for reviewing it.

>How do you specify data types for columns or schema names for tables?

  For now, to keep it simple, all datatypes will be created as varchar and foreign keys as int, to declare any other column as int, need to write id keyword anywhere in name when defining syntax.
> For modern Postgres versions it's also recommended to use standard compliant identity columns rather than the proprietary serial "types"

I have ran it in Postgres version 14 using psql(shell) and it is working fine, but I shall look into it.

Thanks for reviewing it Thanks

discuss

order

No comments yet.