This commit is contained in:
2022-12-29 23:08:09 +00:00
parent bcbf2ce189
commit 6a9843a851
6 changed files with 71 additions and 10 deletions

View File

@@ -57,6 +57,7 @@ namespace Sockeye.DataList
FieldKey = "licensecreated",
SockType = (int)SockType.License,
UiFieldDataType = (int)UiFieldDataType.DateTime,
SqlIdColumnName = "alicense.id",
SqlValueColumnName = "alicense.created",
IsRowId = true
});