Project

General

Profile

« Previous | Next » 

Revision 8583

schemas/VegCore/VegCore.ERD.mwb: party: inherit from record instead of source, because a party is defined by and scoped by a datasource but isn't a datasource itself (however, a named datasource can have an associated admin party)

View differences:

schemas/VegCore/VegCore.my.sql
339 339
  `info` SET('hstore') NULL ,
340 340
  PRIMARY KEY (`id`) ,
341 341
  CONSTRAINT `fk_collection_source10`
342
    FOREIGN KEY (`id` )
343
    REFERENCES `source` (`id` )
342
    FOREIGN KEY ()
343
    REFERENCES `record` ()
344 344
    ON DELETE CASCADE
345 345
    ON UPDATE CASCADE)
346 346
ENGINE = InnoDB

Also available in: Unified diff