Skip to content

Add "updated_at" and "created_at" columns to the observations table #1685

Answered by hylkevds
ssoper-usgs asked this question in Q&A
Discussion options

You must be logged in to vote

Frost doesn't have this functionality itself, but it is not that hard to add using the ModelLoader plugin.

Two examples of using the ModelLoader plugin to extend the FROST data model are:

The plugin can load extra Liquibase files to modify the database and add those two columns and triggers. Modifications to the data model can be specified with JSON files. This specific example adds a sensorType field to the Sensor entity type.

Ideally you'd also add a link to the conformance class list, documenting your data model changes.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ssoper-usgs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants