Skip to content

CreateAll() should order creations based on foreign keys #113

Description

@cdevienne

The current implementation create tables in the order they were added to the metadata.
It obliges the user to add the tables in the right order, which can become cumbersome on big models.

Moreover, in case of cross-referenced tables, the table creation will fail altogether, when it should defer the foreign key constraints creation.

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions