Laravel - using a postgre bytea blob field

后端 未结 2 1044
谎友^
谎友^ 2021-01-19 06:04

I am using PostgreSQL on a Laravel installation. A table has a bytea type field which is being used to store binary data (base64_encoded file contents).

When I use

2条回答
提交回复
热议问题