Files

3 lines
161 B
Smarty
Raw Permalink Normal View History

2017-08-02 16:06:56 -04:00
<?php foreach ($table->getUnices() as $unique ) { ?>
CONSTRAINT <?php echo $unique->getName() ?> UNIQUE (<?php echo $unique->getColumnList() ?>),
2010-12-02 23:34:41 +00:00
<?php } ?>