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