Project

General

Profile

« Previous | Next » 

Revision 6281

schemas/vegbien.sql: sourcecontributor: Renamed roletype to role for consistency with the ERD definition <http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=referencecontributor&entity=dba_tabledescription&where=where_tablename#roleType>

View differences:

schemas/vegbien.my.sql
2697 2697
    sourcecontributor_id int(11) NOT NULL,
2698 2698
    source_id int(11) NOT NULL,
2699 2699
    sourceparty_id int(11) NOT NULL,
2700
    roletype text,
2700
    role text,
2701 2701
    `position` int(11)
2702 2702
);
2703 2703

  
schemas/vegbien.sql
3583 3583
    sourcecontributor_id integer NOT NULL,
3584 3584
    source_id integer NOT NULL,
3585 3585
    sourceparty_id integer NOT NULL,
3586
    roletype text,
3586
    role text,
3587 3587
    "position" integer
3588 3588
);
3589 3589

  

Also available in: Unified diff