synw / sqlcool

Easy and reactive Sqlite for Flutter
MIT License
163 stars 28 forks source link

Creating a AUTOINCREMENT column #6

Closed tems closed 5 years ago

tems commented 5 years ago

Hi, How can I create a column AUTOINCREMENT?

synw commented 5 years ago

An id column with autoincrement is automatically created when you use the schema constructor. I forgot to put that in the docs