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