Project

General

Profile

« Previous | Next » 

Revision 7053

schemas/vegbien.sql: commconcept: Renamed source_id back to reference_id (it was previously renamed to source_id in a bulk rename)

View differences:

vegbien.my.sql
1667 1667
CREATE TABLE commconcept (
1668 1668
    commconcept_id int(11) NOT NULL,
1669 1669
    commname_id int(11) NOT NULL,
1670
    source_id int(11),
1670
    reference_id int(11),
1671 1671
    commdescription varchar(255),
1672 1672
    commname varchar(255),
1673 1673
    accessioncode varchar(255)

Also available in: Unified diff