cycle / database

Database Abstraction Layer, Schema Introspection, Schema Generation, Query Builders
MIT License
53 stars 22 forks source link

💡 MySQL smallPrimary type #127

Closed gam6itko closed 1 year ago

gam6itko commented 1 year ago

I have an idea!

Like bigPrimary we need to support smallPrimary type.

#[Cycle\Column(type: 'smallPrimary', unsigned: true)]
private ?int $id = null;