Added DB models

This commit is contained in:
Simon Martens
2025-02-10 16:58:55 +01:00
parent bd59fdc2c2
commit a39ac0d68e
26 changed files with 1301 additions and 251 deletions

View File

@@ -1,10 +1,5 @@
package dbmodels
type AnnotatioNotes struct {
Annotation string `json:",omitempty" db:"annotation"`
Notes string `json:",omitempty" db:"edit_comment"`
}
type FieldMetaData struct {
MetaData MetaData `json:",omitempty" db:"edit_fielddata"`
}