From 66364343786fd476e0a9f9cf9ef8891cefbd6cf7 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Mon, 5 Feb 2018 08:32:51 +0100 Subject: [PATCH] PRIMARY KEY in SQLite --- todo.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/todo.txt b/todo.txt index bd43359e..6cab06ca 100644 --- a/todo.txt +++ b/todo.txt @@ -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