3
0

Add values JSON column to compose_record table def

This commit is contained in:
Tomaž Jerman 2022-05-19 11:11:07 +02:00
parent d255d77e54
commit cb37b7beb7

View File

@ -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,