PHB-CS123 / graphene

CS123 Graph Database Project
Apache License 2.0
0 stars 0 forks source link

Ability to alter schemas #14

Closed eugene-bulkin closed 8 years ago

eugene-bulkin commented 9 years ago

We need an ALTER command that can modify schemas somehow. Something like this:

CREATE TYPE R(a: int, b: int) ALTER TYPE R(c: string)

eugene-bulkin commented 8 years ago

Work is being done in the alter branch.