Implement a UUID system in the variable_source table #70
Labels
enhancement
New functionality that could be added.
exploratory
Changes that require some research first.
SQL
Pertinent to the database
This can only happen after work on #69 is completed.
Each variable comes from a data_source. Multiple variables may come from the same data source
There is a good chance that we could (and should) implement our own variable_source UUID by taking the FK data_source_uuid and appending an autoincrementing number (<data_source_uuid>_01).
The text was updated successfully, but these errors were encountered: