Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 141f4219

Přidáno uživatelem Marek Zábran před asi 4 roky(ů)

Navrácení hesla.

Zobrazit rozdíly:

database/migrations/2020_04_06_000000_CreateUsersTable.php
17 17
            $table->id();
18 18

  
19 19
            $table->string('email')->unique();
20

  
20
            $table->string('password');
21 21
            $table->timestamp('email_verified_at')->nullable();
22 22
            $table->rememberToken();
23 23
            $table->timestamps();

Také k dispozici: Unified diff