PRIMARY KEY in SQLite

This commit is contained in:
Jakub Vrana 2018-02-05 08:32:51 +01:00
parent dd3e57086b
commit 6636434378

View file

@ -27,6 +27,8 @@ SQLite:
Copy tables
Delimiter in export and SQL command
Backward keys in Editor
Delete PRIMARY KEY from a table with auto increment
"PRIMARY (`id`)" and "UNIQUE (id)" indexes shown for tables with auto increment
PostgreSQL:
Display number of schemas in databases overview