cycle / database

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

💡 MySQL support unsigned integer attribute #65

Closed gam6itko closed 1 year ago

gam6itko commented 2 years ago

I have an idea!

I have a DB with many columns of int unsigned. I want to manage this DB with cycle ORM. Required feature to mark integer columns as unsigned

roxblnfk commented 1 year ago

We need to decide witch approach is better:

https://github.com/cycle/database/pull/66 or https://github.com/cycle/database/pull/88

gam6itko commented 1 year ago

Done