On Wed, Mar 20, 2013 at 05:05:33PM +0100, Andreas Tille wrote: > Well, machine readable file is one thing. At first we need to define > the SQL table layout. Currently the philosophy in UDD is to have the > tables not normalised but I think it makes sense to normalise to some > extend into three tables because it simplifies things we intend to do: > > CREATE TABLE blends_packages ( > -- fieldname type, -- example_value > blend TEXT REFERENCES blends_metadata, > task TEXT REFERENCES blends_tasks, > package TEXT, -- 'gromacs'
Shouldn't/couldn't that be a foreign key to a general binary-packages table, assuming that exists? > PRIMARY KEY (blend, task, package) > ) Michael -- To UNSUBSCRIBE, email to debian-qa-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20130322123158.ga5...@nighthawk.chemicalconnection.dyndns.org