Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/postgresql/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Postgresql Can';在Hasura上找不到BLOB数据类型_Postgresql_Image_Graphql_Hasura - Fatal编程技术网

Postgresql Can';在Hasura上找不到BLOB数据类型

Postgresql Can';在Hasura上找不到BLOB数据类型,postgresql,image,graphql,hasura,Postgresql,Image,Graphql,Hasura,我试图从datatype BLOB中添加一个新列来保存图像,但找不到此数据类型。 为什么会这样?你想要的是bytea 文档:您想要的是bytea 文档:否,blob和bytea@idanahalPostgres没有BLOB类型。对于二进制字符串,可以使用bytea。请看:不,blob和bytea@idanahalPostgres没有BLOB类型。对于二进制字符串,可以使用bytea。见:

我试图从datatype BLOB中添加一个新列来保存图像,但找不到此数据类型。
为什么会这样?

你想要的是
bytea


文档:

您想要的是
bytea


文档:

否,blob和bytea@idanahalPostgres没有BLOB类型。对于二进制字符串,可以使用
bytea
。请看:不,blob和bytea@idanahalPostgres没有BLOB类型。对于二进制字符串,可以使用
bytea
。见: