You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A place to discuss tables to be implemented, modified or removed in the migrations directory
create_observations_table To handle Observations of a specimen/feature of interest (e.g. pictures such as the 5 pic taken currently in the collection app, or the height of a plant. Does not require a sampling event, but can be associated to a sampling event)
create_procedures_table Should handle experimental procedures (e.g. an extraction procedure, and observation procedure or a mass spectrometry procedure) Very likely to be splitted in several tables (one for sampling procedures etc.) For now a procedure id, name and description should do.
The text was updated successfully, but these errors were encountered:
A place to discuss tables to be implemented, modified or removed in the migrations directory
create_observations_table
To handle Observations of a specimen/feature of interest (e.g. pictures such as the 5 pic taken currently in the collection app, or the height of a plant. Does not require a sampling event, but can be associated to a sampling event)create_procedures_table
Should handle experimental procedures (e.g. an extraction procedure, and observation procedure or a mass spectrometry procedure) Very likely to be splitted in several tables (one for sampling procedures etc.) For now a procedure id, name and description should do.The text was updated successfully, but these errors were encountered: