I am reviewing the schema.types.ts file
I am reviewing the schema.types.ts file so as to properly create Postgresql tables, columns, column attributes, and default values, and I see that in the Refine JS app-crm-minimal demo, there is over 4000 lines of code. How are people creating working Postgres db to align with the grapqhl schemas? Is there a way to import this file into hasura or create a script that looks over this file and outputs the proper info needed to generate working tables in Postgres?
