Skip to content

Expose Table.IfExists in the fluent API #62

Description

@loona70

At this moment I can only check existence like this:
schema.Alter(db => db.Tables["tabelname"].DropIfExists());

So it's always being dropped. But I want to check if it's there. If Not, create the table. This seems very obvious to me, so I assume I missed something.

Keep good work!
Greeting from The Netherlands

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions