Switch DBType to use the fully-qualified type name rather than a simple name
This commit is contained in:
@ -15,6 +15,8 @@ namespace Oqtane.Interfaces
|
||||
|
||||
public string Provider { get; }
|
||||
|
||||
public string TypeName { get; }
|
||||
|
||||
public OperationBuilder<AddColumnOperation> AddAutoIncrementColumn(ColumnsBuilder table, string name);
|
||||
|
||||
public string ConcatenateSql(params string[] values);
|
||||
|
Reference in New Issue
Block a user