Creating Tables: Checking For Table / Column Existence

If (Schema::hasTable('users')) {
    //
}

if (Schema::hasColumn('users', 'email')) {
    //
}

Creating Tables: Checking For Table / Column Existence — Structure map

Clickable & Draggable!

Creating Tables: Checking For Table / Column Existence — Related pages: