Collection database record
Create a table in the main db to keep track of collections.
The table should have fields:
- id: int
- name: text - to get to the collection class
- metadata: jsonb
- number_of_partitions: int
- timestamps
A collection record will be created when a new collection is added
Edited by Madelein van Niekerk