Newbie question - Postgresql BLOB support

Sorry if this is an old question.

Is SC support BLOB data type for images and files upload using Postgresql. Since Postgresql support 2 BLOB data type (BYTEA and OID/LO), is both supported ?

I use external file name without problem.

Best regards,

Almond Wong

I have no idea, but it something you can test out easily by creating a table with both fields and describe them as image/database

Thank you for answer. I just created the form and found that both type is supported.

Thank you for your help.

Regards,

Almond Wong