Merge pull request 'Added driver master migration file' (#2) from fix-migration into master
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 10s
All checks were successful
Scan for leaked secrets using Kingfisher / kingfisher-secrets-scan (push) Successful in 10s
Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
@@ -18,6 +18,8 @@ return new class extends Migration
|
||||
identification1 TEXT DEFAULT NULL,
|
||||
identification2 TEXT DEFAULT NULL,
|
||||
identification3 TEXT DEFAULT NULL,
|
||||
contact_number TEXT DEFAULT NULL,
|
||||
alternate_number TEXT DEFAULT NULL,
|
||||
created_at TIMESTAMP NOT NULL DEFAULT NOW(),
|
||||
updated_at TIMESTAMP NOT NULL DEFAULT NOW(),
|
||||
created_by TEXT DEFAULT NULL,
|
||||
|
||||
Reference in New Issue
Block a user