Added blob type to sqlite
This commit is contained in:
parent
5ba0efb5cc
commit
41be28b5a3
1 changed files with 19 additions and 18 deletions
|
|
@ -162,6 +162,7 @@ namespace TShockAPI.DB
|
|||
{MySqlDbType.MediumText, "TEXT"},
|
||||
{MySqlDbType.LongText, "TEXT"},
|
||||
{MySqlDbType.Int32, "INTEGER"},
|
||||
{MySqlDbType.Blob, "BLOB"},
|
||||
};
|
||||
|
||||
public string DbTypeToString(MySqlDbType type, int? length)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue