public function test_json()
 {
     $this->dbal->shouldReceive('addColumn')->with('column', 'json_array');
     $this->table->json('column');
 }