Conditions | 1 |
Paths | 1 |
Total Lines | 10 |
Code Lines | 8 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
28 | public function update_schema() |
||
29 | { |
||
30 | return [ |
||
31 | 'add_tables' => [ |
||
32 | $this->table_prefix . 'dark1_unc' => [ |
||
33 | 'COLUMNS' => [ |
||
34 | 'notification_sr_no' => ['UINT', null], |
||
35 | 'notification_method' => ['VCHAR:255', ''], |
||
36 | 'notification_type' => ['VCHAR:255', ''], |
||
37 | 'notification_value' => ['BOOL', 0], |
||
38 | ], |
||
53 |