Skip to content

Oracle create table with default value is not working #176

@ancc

Description

@ancc

Following create table statement is not recognized by the parser, which is valid statement for Oracle database.

from simple_ddl_parser import DDLParser
DDLParser("create table test ( col varchar2(30 char) default user not null);").run()

result is empty list.

python version 3.9.5
simple-ddl-parser==0.29.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