jdhitsolutions / MySQLite

A small set of PowerShell commands for working with SQLite database files.
MIT License
41 stars 4 forks source link

create an auto incrementing table #9

Closed jdhitsolutions closed 2 years ago

jdhitsolutions commented 5 years ago

In New-MySQLiteDBTable see how to create a table with an autoincrementing column.

jdhitsolutions commented 2 years ago

https://www.sqlite.org/autoinc.html

jdhitsolutions commented 2 years ago

I think I will not implement this and instead rely on the intrinsic ROWID property.