Switch DBType to use the fully-qualified type name rather than a simple name

This commit is contained in:
Charles Nurse
2021-05-12 10:22:17 -07:00
parent c926fa0d27
commit 92dd8354ba
15 changed files with 43 additions and 18 deletions

View File

@ -6,6 +6,8 @@ namespace Oqtane.Models
public string Name { get; set; }
public string Type { get; set; }
public string ControlType { get; set; }
public string DBType { get; set; }
}
}