General model / store cleanup
This commit is contained in:
parent
522eaef825
commit
dcfacfe717
6 changed files with 8 additions and 91 deletions
|
|
@ -106,6 +106,8 @@ class UserBase extends Model
|
|||
public $indexes = array(
|
||||
'PRIMARY' => array('unique' => true, 'columns' => 'id'),
|
||||
'idx_email' => array('unique' => true, 'columns' => 'email'),
|
||||
'email' => array('unique' => true, 'columns' => 'email'),
|
||||
'name' => array('unique' => true, 'columns' => 'name'),
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue