Issue: Unsigned INT Auto Increment Primary Key

Ecto do not has a INT which is unsigned and Auto increment at same time.

Im using :serial but then i cannot use “int unsigned”.
And i want int unsigned auto increment

dont wanna use bigint.