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

Commit c38ca41

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/php/6.5.3.pgsql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ CREATE INDEX ajxp_task_nodes_idx ON ajxp_tasks (nodes);
3434
/* SEPARATOR */
3535
CREATE TABLE IF NOT EXISTS ajxp_mq_queues (
3636
channel_name varchar(255) NOT NULL,
37-
content BLOB NOT NULL,
37+
content bytea NOT NULL,
3838
PRIMARY KEY (channel_name)
39-
);
39+
);

0 commit comments

Comments
 (0)