public function test_dateTimeTz()
 {
     $this->dbal->shouldReceive('addColumn')->with('column', 'datetimetz');
     $this->table->dateTimeTz('column');
 }