Skip to content

G-3150: Minor Update #61

Closed
Closed
@RichardSoule

Description

@RichardSoule

G-3150: Try to use identity columns for surrogate keys.

Currently has this as the good example:

location_id number(10) generated always as identity

However, the most flexible identity configuration is actually this:

location_id number(10) generated by default on null as identity

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions