Add more types to `tsql`. I think it would be good to have basic datatypes and then maybe extra data types for MySQL, PostgreSQL, ... . Basic types: - [x] int - [ ] _ (Inferred in FK's) - [x] #3 - [x] #2 - [x] #12 - [x] #11 - [x] #4 - [x] #5 - [x] #6 - [x] #7 - [x] #8 - [x] #9 - [ ] #10 For more see PostgreSQL official [docs](https://www.postgresql.org/docs/15/datatype.html)
Add more types to
tsql. I think it would be good to have basic datatypes and then maybe extra data types for MySQL, PostgreSQL, ... .Basic types:
For more see PostgreSQL official docs