Skip to content

Enhance @Column annotation to allow for specifying custom SQL type, as well as length/precision.  #1488

Closed
@kurtn718

Description

@kurtn718

Enhance @column annotation to allow for specifying custom SQL types, as well as well as length/precision.

For this enhancement we will be taking what is in the JPA standard that is relevant to Schema generation.

https://docs.oracle.com/javaee/7/api/javax/persistence/Column.html

  • columnDefinition
  • length
  • nullable
  • precision
  • scale

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions