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

Commit

Permalink
PostgreSQL's binary type is called bytea
Browse files Browse the repository at this point in the history
  • Loading branch information
dnauck committed Oct 5, 2016
1 parent c38ca41 commit c934f01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/plugins/mq.sql/create.pgsql
@@ -1,5 +1,5 @@
CREATE TABLE IF NOT EXISTS ajxp_mq_queues (
channel_name varchar(255) NOT NULL,
content BLOB NOT NULL,
content bytea NOT NULL,
constraint pk primary key(channel_name)
);
);

0 comments on commit c934f01

Please sign in to comment.