Revision 6305
Added by Aaron Marcuse-Kubitza about 12 years ago
schemas/vegbien.my.sql | ||
---|---|---|
1194 | 1194 |
matched_source_id int(11), |
1195 | 1195 |
parent_id int(11), |
1196 | 1196 |
shortname text, |
1197 |
`fulltext` text,
|
|
1197 |
citation text,
|
|
1198 | 1198 |
sourcetype text, |
1199 | 1199 |
accesslevel text, |
1200 | 1200 |
accessconditions text, |
schemas/vegbien.sql | ||
---|---|---|
1891 | 1891 |
matched_source_id integer, |
1892 | 1892 |
parent_id integer, |
1893 | 1893 |
shortname text, |
1894 |
fulltext text,
|
|
1894 |
citation text,
|
|
1895 | 1895 |
sourcetype sourcetype, |
1896 | 1896 |
accesslevel accesslevel, |
1897 | 1897 |
accessconditions text, |
Also available in: Unified diff
schemas/vegbien.sql: source: Renamed fulltext to citation because according to the VegBank data dictionary <http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=reference&entity=dba_tabledescription&where=where_tablename#fulltext> this is actually the full text of the reference citation, not of the reference itself (it would be unusual to store that in VegBank)