Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 1 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
28 | public function unCloneableColumns() |
||
29 | { |
||
30 | // We will use this: SHOW INDEXES FROM users WHERE Non_unique != 0 AND Column_name != 'id' |
||
31 | // To determine if there are unCloneable Columns and if that is the case, we will render |
||
32 | // the clone view and validate the unCloneable Columns to be unique before saving. |
||
33 | } |
||
34 | } |
||
35 |