Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 479 Bytes

typeorm-enforce-column-type.md

File metadata and controls

7 lines (4 loc) · 479 Bytes

The SQL column type in a TypeORM entity column must be specified to ensure the control of types in the database match your needs (@hokla/bug-shield/typeorm-enforce-column-type)

💼 This rule is enabled in the 📦 typeorm config.

💡 This rule is manually fixable by editor suggestions.