Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
23 | public function update_schema() |
||
24 | { |
||
25 | return array( |
||
26 | 'add_tables' => array( |
||
27 | $this->table_prefix . 'dark1_unc' => array( |
||
28 | 'COLUMNS' => array( |
||
29 | 'notification_sr_no' => array('UINT', null), |
||
30 | 'notification_method' => array('VCHAR:255', ''), |
||
31 | 'notification_type' => array('VCHAR:255', ''), |
||
32 | 'notification_value' => array('BOOL', 0), |
||
33 | ), |
||
48 |