public function test_boolean()
 {
     $this->dbal->shouldReceive('addColumn')->with('column', 'boolean');
     $this->table->boolean('column');
 }