Move internal/core => internal/cli
This commit is contained in:
parent
8d2855fdcb
commit
10df1c3243
45 changed files with 113 additions and 143 deletions
|
|
@ -3,7 +3,7 @@ package models
|
|||
// MetadataTable is the name of the table the 'Metadatum' model is stored in.
|
||||
const MetadataTable = "metadatum"
|
||||
|
||||
// Metadatum represents
|
||||
// Metadatum represents a metadatum for a single model
|
||||
type Metadatum struct {
|
||||
Pk uint `gorm:"column:pk;primaryKey"`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue