| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 7 | 
| Code Lines | 6 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Tests | 0 | 
| CRAP Score | 2 | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 13 |     public function up(Schema $schema) { | 
            ||
| 14 | $prefix = $this->connection->getPrefix();  | 
            ||
| 15 | 		$table = $schema->getTable("{$prefix}activity"); | 
            ||
| 16 | 		$table->changeColumn('app', ['length' => 32]); | 
            ||
| 17 | 		$table->changeColumn('subjectparams', ['type' => Type::getType('text')]); | 
            ||
| 18 | 		$table->changeColumn('messageparams', ['type' => Type::getType('text')]); | 
            ||
| 19 | }  | 
            ||
| 20 | |||
| 32 |