loopback-next icon indicating copy to clipboard operation
loopback-next copied to clipboard

TypeORM: Add support for complete TypeORM column type to OpenAPI data type conversion

Open hacksparrow opened this issue 3 years ago • 0 comments

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.

hacksparrow avatar Jul 08 '20 12:07 hacksparrow