mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 15:32:27 +08:00
SQL/Blob: Add support for blob storage to SQL backend (#98192)
This commit is contained in:
@ -74,7 +74,7 @@ func (db *PostgresDialect) SQLType(c *Column) string {
|
||||
case DB_NVarchar:
|
||||
res = DB_Varchar
|
||||
case DB_Uuid:
|
||||
res = DB_Uuid
|
||||
return DB_Uuid // do not add the length options
|
||||
case DB_Blob, DB_TinyBlob, DB_MediumBlob, DB_LongBlob:
|
||||
return DB_Bytea
|
||||
case DB_Double:
|
||||
|
Reference in New Issue
Block a user