Closed peterdesmet closed 2 years ago
I would also set Distance to float(6) and groupID to char(5)
Sample > Distance: float(4) -> float(6)
Observation > GroupID: char(3) -> char(5)
Observation > Behaviour: char(5) -> char(30)
@cmspinto can these field length changes be implemented in the database?
@Osanna123 can these field length changes be updated in the specification of the format
Anna has tested an import file and it was ok, so fully implemented
The file specification currently has
char(5)
for Behaviour. Since behaviour codes can be combined with ~ that might be too limiting. I would set this tochar(30)
cf. Association.