Revision 11102
Added by Aaron Marcuse-Kubitza over 11 years ago
schemas/vegbien.my.sql | ||
---|---|---|
2279 | 2279 |
locationeventcontributor_id int(11) NOT NULL, |
2280 | 2280 |
locationevent_id int(11) NOT NULL, |
2281 | 2281 |
party_id int(11) NOT NULL, |
2282 |
role varchar(255) NOT NULL,
|
|
2282 |
role varchar(255), |
|
2283 | 2283 |
contributiondate date |
2284 | 2284 |
); |
2285 | 2285 |
|
schemas/vegbien.sql | ||
---|---|---|
3361 | 3361 |
locationeventcontributor_id integer NOT NULL, |
3362 | 3362 |
locationevent_id integer NOT NULL, |
3363 | 3363 |
party_id integer NOT NULL, |
3364 |
role role NOT NULL,
|
|
3364 |
role role, |
|
3365 | 3365 |
contributiondate date |
3366 | 3366 |
); |
3367 | 3367 |
|
Also available in: Unified diff
bugfix: schemas/vegbien.sql: locationeventcontributor.role: made it optional because some locationeventcontributors may not have an associated role