dflourusso / expo-sqlite-orm

Expo SQLite ORM
139 stars 34 forks source link

id Auto increment #35

Closed Namec closed 1 year ago

Namec commented 3 years ago

Dear,

is there any way when creating a table, to define an Auto Incremented Collumn (usually the id)

best

diegoscastanho commented 2 years ago

I've wondered this a while, just don't put anything and it will insert a number in sequential order in each row of the table as identifier