Apps Community apps Settings Model User

Model User

namespace HubletoApp\Settings\Models\User

A list of user in the system.

Constants

This model does not define constants.

Properties

Property Value
 eloquentClass Eloquent\User::class
 table users
 lookupSqlValue [TABLE].email

Data Scructure

Column Title ADIOS Type Length Required
id ID  int TRUE
first_name First Name  varchar TRUE
middle_name Middle Name  varchar TRUE
last_name Last Name  varchar TRUE
email Email  varchar TRUE
language Language  varchar TRUE
id_active_profile Active profile  lookup TRUE

Foreign Keys

Column Model Relation OnUpdate OnDelete
id_active_profile Modules\Core\Settings\Models\Profile 1:1 Cascade Cascade

Indexes

Only  default indexes are used.

Relations

TODO

www.hubleto.com | Found a bug or missing something? Report an issue via GitHub.