docs formatting

[skip ci]
This commit is contained in:
silverqx
2024-08-17 16:11:59 +02:00
parent f2e2d6114d
commit f51373aefa
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,7 @@ The following list quickly summarizes all the `TinyORM` features.
- __serializing__ models and collection of models including all nested relations to __JSON__ and converting to vectors and maps 🪡
- supports controlling a custom date format during serialization
- supports hiding and appending attributes
- supports defining Accessors (transform attribute value when it is accessed; eg. building value from multiple attributes)
- supports defining __Accessors__ (transform attribute value when it is accessed; eg. building value from multiple attributes)
- __compiled database migrations and seeders__ 🕺
- create, update, drop, and rename database tables
- create, __update__, drop, and rename table columns