PMCORE-2352 User extended attributes PMCORE-2247
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace ProcessMaker\Model;
|
||||
|
||||
use Illuminate\Database\Eloquent\Model;
|
||||
|
||||
class UserExtendedAttributes extends Model
|
||||
{
|
||||
protected $table = "USER_EXTENDED_ATTRIBUTES";
|
||||
protected $primaryKey = "UEA_ID";
|
||||
public $incrementing = true;
|
||||
public $timestamps = false;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user