On 11 Jan 2015, at 6:21pm, Rich Shepard <rshep...@appl-ecosys.com> wrote:

> I've only had a
> foreign key reference one specific table, not either of two tables

You can't do the latter.  Foreign keys can reference only one table.  You could 
create yet another table, which just supplies primary keys, but it would seem 
that this would just duplicate a function of your 'items' table.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to