Abdoul Cissé
Abdoul Cissé
Generation is breaking with a SyntaxError Message Source DDL for column definition in CREATE TABLE **estate cms."MedicStateType" NOT NULL DEFAULT 'V',** Generated TypeORM Mapping **@Column("enum",{ name:"estate",enum:["V","I"],default: () => "'V'."MedicStateType"", })**...
The model generation for Postgres engine is not working when data model contains inheritance Postgres feature. The cli is raising the following error. Table Person has no PK Error occurred...
First of all. @jeanfortheweb, Great Job you have done with this library! IMO this is the best solution for handling fixtures in the Typescript/TypeORM world. I don't know why it...
Is there any roadmap for the support of all database connectors that Prisma supports? - [ ] [PostgreSQL](https://www.prisma.io/docs/concepts/database-connectors/postgresql) - [ ] [MySQL](https://www.prisma.io/docs/concepts/database-connectors/mysql) - [ ] [MongoDB](https://www.prisma.io/docs/concepts/database-connectors/mongodb) - [ ] [SQL...