mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-22 22:04:08 +00:00
contract template db design
This commit is contained in:
@@ -20,7 +20,7 @@ class UsersTableSeeder extends Seeder
|
||||
'id' => 1,
|
||||
'first_name' => 'izyim',
|
||||
'last_name' => 'project',
|
||||
'username' => 'calvin',
|
||||
'username' => 'izyim',
|
||||
'email' => 'one@izyim.com',
|
||||
'password' => bcrypt('pass123'),
|
||||
'img' => null,
|
||||
@@ -29,6 +29,34 @@ class UsersTableSeeder extends Seeder
|
||||
'login_at' => date('Y-m-d H:i:s'),
|
||||
'created_at' => date('Y-m-d H:i:s'),
|
||||
'updated_at' => date('Y-m-d H:i:s')
|
||||
],
|
||||
[
|
||||
'id' => 2,
|
||||
'first_name' => 'vendor machine',
|
||||
'last_name' => 'project',
|
||||
'username' => 'user 1',
|
||||
'email' => 'one@vendor-machine.com',
|
||||
'password' => bcrypt('pass123'),
|
||||
'img' => null,
|
||||
'status' => 1,
|
||||
'active_at' => date('Y-m-d H:i:s'),
|
||||
'login_at' => date('Y-m-d H:i:s'),
|
||||
'created_at' => date('Y-m-d H:i:s'),
|
||||
'updated_at' => date('Y-m-d H:i:s')
|
||||
],
|
||||
[
|
||||
'id' => 3,
|
||||
'first_name' => 'plumber service',
|
||||
'last_name' => 'project',
|
||||
'username' => 'user 2',
|
||||
'email' => 'one@plumber-service.com',
|
||||
'password' => bcrypt('pass123'),
|
||||
'img' => null,
|
||||
'status' => 1,
|
||||
'active_at' => date('Y-m-d H:i:s'),
|
||||
'login_at' => date('Y-m-d H:i:s'),
|
||||
'created_at' => date('Y-m-d H:i:s'),
|
||||
'updated_at' => date('Y-m-d H:i:s')
|
||||
]
|
||||
]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user