Switch DBType to use the fully-qualified type name rather than a simple name
This commit is contained in:
@ -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; }
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user