Total Complexity | 2 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
12 | class M190420000000ExecResult extends Migration |
||
13 | { |
||
14 | /** |
||
15 | * @inheritdoc |
||
16 | */ |
||
17 | public function safeUp() |
||
18 | { |
||
19 | $this->addColumn($this->env->execTableName, 'result_data', $this->binary()->after('error')); |
||
20 | } |
||
21 | |||
22 | /** |
||
23 | * @inheritdoc |
||
24 | */ |
||
25 | public function safeDown() |
||
28 | } |
||
29 | } |
||
30 |