Skip to content

Lacking support for multi-column primary keys #133

Description

@guptbot

Pelton currently doesn't support the creation of Primary keys involving multiple table columns. This can be necessary in some tables as some combination of columns might be required for the unique identification of entries

Here is an example of a table where this is necessary. Running this create table with the current version of Pelton errors:
CREATE TABLE questions (lec int, q int, question text, PRIMARY KEY (lec, q));

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions