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

DDL statements #4

Open
13 tasks
Fuyukai opened this issue May 14, 2017 · 0 comments
Open
13 tasks

DDL statements #4

Fuyukai opened this issue May 14, 2017 · 0 comments

Comments

@Fuyukai
Copy link
Owner

Fuyukai commented May 14, 2017

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)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants