“Laravel ma stół” Kod odpowiedzi

Laravel ma stół

Schema::hasTable('mytable');
Elated Eel

Laravel, jeśli baza danych ma tabelę

if (Schema::hasTable('users')) {
    // The "users" table exists...
}

if (Schema::hasColumn('users', 'email')) {
    // The "users" table exists and has an "email" column...
}
Yingfufu

Odpowiedzi podobne do “Laravel ma stół”

Pytania podobne do “Laravel ma stół”

Więcej pokrewnych odpowiedzi na “Laravel ma stół” w PHP

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu