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