Add values JSON column to compose_record table def
This commit is contained in:
parent
d255d77e54
commit
cb37b7beb7
@ -476,6 +476,7 @@ func tableComposeRecord() *Table {
|
||||
ID,
|
||||
ColumnDef("rel_namespace", ColumnTypeIdentifier),
|
||||
ColumnDef("module_id", ColumnTypeIdentifier),
|
||||
ColumnDef("values", ColumnTypeJson),
|
||||
ColumnDef("owned_by", ColumnTypeIdentifier),
|
||||
CUDTimestamps,
|
||||
CUDUsers,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user