Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit c934f01

Browse files
authored
PostgreSQL's binary type is called bytea
1 parent c38ca41 commit c934f01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/plugins/mq.sql/create.pgsql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CREATE TABLE IF NOT EXISTS ajxp_mq_queues (
22
channel_name varchar(255) NOT NULL,
3-
content BLOB NOT NULL,
3+
content bytea NOT NULL,
44
constraint pk primary key(channel_name)
5-
);
5+
);

0 commit comments

Comments
 (0)