Create foreign key in the GUI

Issue #301 open
Weel Young created an issue

Currently there is no option on the GUI to create foreign key it will be great if we can do this on the GUI

Comments (4)

  1. Christopher Kramer

    Yes, agreed. I guess deleting / editing foreign keys will be more difficult, but maybe let's start with creating. When talking about creating in terms of GUI it is important to decide whether we want to support creation of composite foreign keys [1], as they require a more complex GUI (which allows selection of multiple columns).

    [1] http://sqlite.org/foreignkeys.html#fk_composite

  2. Log in to comment