Skip to content

EF Core Design Notes

Eugene Bekker edited this page Apr 5, 2017 · 1 revision

Here we provide a space to collaborate on the design of EF Core support in Tug.

Data Model

Device Entity:

Name Type/Size Notes
DeviceId String(255) PK
LCMVersion String(255)
NodeName String(255)
IPAddress String(255)
ConfigurationNames String e.g. nvarchar(max)

Registration Entity:

Report Entity: