annotated icon indicating copy to clipboard operation
annotated copied to clipboard

Schema generation using annotated entities and mappers

Results 15 annotated issues
Sort by recently updated
recently updated
newest added
trafficstars

### 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',...

type:feature

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....

type:feature

### 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...

type:feature

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...

type:feature

## 📝 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