Skip to content

Expose Table.IfExists in the fluent API #62

@loona70

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions