Revize 9e5780bf
Přidáno uživatelem Adam Mištera před téměř 5 roky(ů)
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
Hotfix tabulky Users