Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Copy link
Copy link
@jdobruchowski

Description

@jdobruchowski
Issue body actions

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

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

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.