diff --git a/static/rdbm/sql_data_types.json b/static/rdbm/sql_data_types.json index 48abb558..decda1eb 100644 --- a/static/rdbm/sql_data_types.json +++ b/static/rdbm/sql_data_types.json @@ -18,10 +18,11 @@ }, "gluuAttribute:description": { "mysql": { - "type": "TEXT" + "size": 1024, + "type": "VARCHAR" }, "pgsql": { - "size": 768, + "size": 1024, "type": "VARCHAR" } }, @@ -925,5 +926,13 @@ "size": 255, "type": "STRING" } + }, + "gluuConfErrors": { + "mysql": { + "type": "TEXT" + }, + "spanner": { + "type": "STRING(MAX)" + } } }