function toDialectString(IDialect $dialect)
 {
     return 'ALTER TABLE ' . $dialect->quoteIdentifier($this->constraint->getTable()->getName()) . ' ADD ' . $this->constraint->toDialectString($dialect) . ';';
 }