596061626364
public ForeignKey createForeignKey() { return new DefaultForeignKey(); } /** * {@inheritDoc} */ public Index createIndex() { return new DefaultIndex(); }
606162636465
575859606162
public ForeignKey createForeignKey() { return new MysqlForeignKey(); } /** * {@inheritDoc} */ public Index createIndex() { return new DefaultIndex(); }
616263646566
585960616263