install
This commit is contained in:
17
app/Modules/UserAdjustments/changes.md
Normal file
17
app/Modules/UserAdjustments/changes.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# 1.0.0
|
||||
|
||||
> Add below fields to users table
|
||||
```php
|
||||
string('username')->unique();
|
||||
string('first_name')->nullable();
|
||||
string('last_name')->nullable();
|
||||
|
||||
integer('phone')->nullable()->unique();
|
||||
dateTime('phone_verified_at')->nullable();
|
||||
|
||||
string('locale')->default('tk');
|
||||
|
||||
boolean('password_must_be_changed')->default(false);
|
||||
|
||||
json('options')->nullable()
|
||||
```
|
||||
Reference in New Issue
Block a user