Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 9e5780bf

Přidáno uživatelem Adam Mištera před asi 4 roky(ů)

Hotfix tabulky Users

Zobrazit rozdíly:

database/migrations/2020_04_06_000000_CreateUsersTable.php
18 18

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

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

Také k dispozici: Unified diff