public function testVersionWillReturnMappingObject()
 {
     $this->assertInstanceOf(Mapping::class, Table::version());
 }