annotated
annotated copied to clipboard
Schema generation using annotated entities and mappers
### I have an idea! Hi, I would like to extend the functionality to support virtual generated columns. In Doctrine it is possible using this explicit annotation: ```php #[ORM\Column(type: 'int',...
I have one database and several services are connected to it, let's say 3 of them (A, B, C). I need to drop deprecated column in one of the tables....
### I have an idea! When defining `enum` values, currently you must define the Column `type` with parenthesis, wrapping the set of values. Having to manually type these values isn't...
Currently, the cycle/annotated library doesn’t support insertable and updatable column attributes, which are useful for preventing specific fields from being included in INSERT or UPDATE queries (e.g., auto-incremented IDs, database-managed...
## 📝 Checklist - Closes #107 - How was this tested: - [ ] Tested manually - [x] Unit tests added Depends on: - https://github.com/cycle/schema-builder/pull/79 - https://github.com/cycle/orm/pull/519