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