Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 21570473

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

Issue #7788 @2h

[+] Vytvoření registrace a správy uživatelů
[+] Refraktoring

Zobrazit rozdíly:

database/migrations/2020_04_06_000000_CreateUsersTable.php
16 16
        Schema::create('users', function (Blueprint $table) {
17 17
            $table->id();
18 18

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

  
21 22
            $table->timestamp('email_verified_at')->nullable();
23
            $table->string('password');
22 24
            $table->rememberToken();
23 25
            $table->timestamps();
24 26
        });

Také k dispozici: Unified diff