Sqlitebrowser: Can't create foreign key in the gui

Created on 12 Nov 2019  路  2Comments  路  Source: sqlitebrowser/sqlitebrowser

I am trying to create a foreign key in a table using the create table GUI, I can use the foreign key field (which is very intuitive with the drop downs listing the other tables and its fields), however when I click on Ok the table gets created with all fields but without the foreign key constraint.

sqlitebrowser

OS: Linux, Ubuntu 19.10
DB4S: Version 3.11.2 (Installed via PPA)

bug gui

Most helpful comment

Workaround: After you set-up FK dont click OK, instead click any other row and then OK.

All 2 comments

Workaround: After you set-up FK dont click OK, instead click any other row and then OK.

Thanks @T1mL3arn your point worked perfectly.

Was this page helpful?
0 / 5 - 0 ratings