Skip to content

Commit

Permalink
[Fix apache#3469] Change blob to varbinary for ansi
Browse files Browse the repository at this point in the history
  • Loading branch information
fjtirado committed Apr 23, 2024
1 parent 45f20eb commit 231944f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CREATE TABLE process_instances
(
id CHAR(36) NOT NULL,
payload BLOB NOT NULL,
payload VARBINARY(1000000) NOT NULL,
process_id VARCHAR(4000) NOT NULL,
version BIGINT(19),
process_version VARCHAR(4000),
Expand Down

0 comments on commit 231944f

Please sign in to comment.