Skip to content
This repository was archived by the owner on May 13, 2019. It is now read-only.
This repository was archived by the owner on May 13, 2019. It is now read-only.

DDL statements #4

@Fuyukai

Description

@Fuyukai

DDL should be implemented:

  • Table DDL

    • Table creation
    • Table deletion
    • Renaming tables
    • Temporary tables
  • Column DDL

    • Add column to existing table
    • Change type of column
    • Add foreign key to column
    • Change attributes of columns (NULLABLE, DEFAULT)
  • Indexes

  • Sequences (Postgres only?)

  • Constraints (UNIQUE etc)

Metadata

Metadata

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions