PostgreSQL jsonb support #5109

Open
opened 2026-01-22 14:58:35 +01:00 by admin · 0 comments
Owner

Originally created by @tasselchof on GitHub (Apr 23, 2016).

I am trying to set options to create jsonb field:

  • @ORM\Column(type="json_array", nullable=true, options={"jsonb": true})

But generated SQL is still JSON:

ALTER TABLE reports_reports ALTER settings TYPE JSON;

Originally created by @tasselchof on GitHub (Apr 23, 2016). I am trying to set options to create jsonb field: - @ORM\Column(type="json_array", nullable=true, options={"jsonb": true}) But generated SQL is still JSON: ALTER TABLE reports_reports ALTER settings TYPE JSON;
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#5109