mirror of
https://github.com/sakaljurgis/kodi-api-server.git
synced 2026-07-08 20:37:41 +00:00
add autoincrement for tables
This commit is contained in:
@@ -6,7 +6,7 @@ export class CreateTitlesTable1672729964237 implements MigrationInterface {
|
||||
`create table titles
|
||||
(
|
||||
id INTEGER
|
||||
primary key,
|
||||
primary key autoincrement,
|
||||
title VARCHAR(512),
|
||||
type VARCHAR(50)
|
||||
);`,
|
||||
|
||||
Reference in New Issue
Block a user