Skip to content

Native JSON type should be created for Oracle database since v21 #7262

@mvorisek

Description

@mvorisek

Feature Request

What & Why

Since Oracle v21 JSON type is natively supported. It should be used over generic CLOB because of better table introspection.

How

CREATE TABLE Product (
  json JSON
)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions