Revision 5031
Added by Aaron Marcuse-Kubitza about 12 years ago
map.csv | ||
---|---|---|
113 | 113 |
basesaturation,baseSaturation_percent,,"""Percent base saturation"" (baseSaturation definition at <http://vegbank.org/vegbank/views/dba_tabledescription_detail.jsp?view=detail&wparam=soilobs&entity=dba_tabledescription&where=where_tablename>)" |
114 | 114 |
soildescription,*soildescription,, |
115 | 115 |
emb_soilobs,*emb_soilobs,, |
116 |
row_num,*row_num,, |
Also available in: Unified diff
input.Makefile: Staging tables installation: `%/install: %/create.sql`: Don't add a row number column to the created table because it is now added automatically to the temp table by column-based import (row-based import now also does not require a pkey for DB inputs)