update real-time ke lms
This commit is contained in:
@@ -14,7 +14,19 @@ class UserDetail extends Model
|
||||
const DELETED_AT = 'dDeleteOn';
|
||||
|
||||
protected $connection = 'oldlms';
|
||||
protected $primaryKey = 'nID';
|
||||
|
||||
protected $table = 'tm_users_detail';
|
||||
|
||||
protected $fillable = [
|
||||
'nIDUser',
|
||||
'dTanggalLahir',
|
||||
'dCreateOn',
|
||||
'sMartialStatus',
|
||||
'nIDJenisKelamin',
|
||||
'sCreateBy',
|
||||
'sKTP',
|
||||
|
||||
];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user