loopback-next
loopback-next copied to clipboard
TypeORM: Add support for complete TypeORM column type to OpenAPI data type conversion
Currently @loopback/typeorm supports only number, string, and boolean. Other TypeORM column types like int, text, etc should be supported. The complete list can be found at https://github.com/typeorm/typeorm/blob/master/docs/entities.md#column-types.