public function testAddReferrerForeignKey()
 {
     $table = new Table('books');
     $table->addReferrer($this->getForeignKeyMock());
     $this->assertCount(1, $table->getReferrers());
 }