Skip to content

Oracle generated by default on null and primary key contraint #203

Description

@jdobruchowski

Hello
create table event_types ( id number constraint event_types_id_pk primary key ) ;
and
create table event_types ( id number generated by default on null as identity ) ;

unfortunately return empty array

those could also be written like this

create table event_types ( id number generated by default on null as identity constraint event_types_id_pk primary key ) ;

python 3.10.12 , v0.30.0

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions