# Decorators

- [Column](/orm/api/decorators/column.md)
- [ComputedColumn](/orm/api/decorators/computedcolumn.md)
- [Index](/orm/api/decorators/index.md)
- [ForeignKey](/orm/api/decorators/foreignkey.md)
- [PrimaryGeneratedColumn](/orm/api/decorators/primarygeneratedcolumn.md)
- [Relations](/orm/api/decorators/relations.md)
- [Table](/orm/api/decorators/table.md)
- [Trigger](/orm/api/decorators/trigger.md)
- [Types decorators](/orm/api/decorators/types-decorators.md): In the next subsection, I will describe type decorators
- [Integer](/orm/api/decorators/types-decorators/integer.md)
- [Numeric](/orm/api/decorators/types-decorators/numeric.md)
- [Float](/orm/api/decorators/types-decorators/float.md)
- [Boolean](/orm/api/decorators/types-decorators/boolean.md)
- [String](/orm/api/decorators/types-decorators/string.md)
