3 lines
115 B
Smarty
3 lines
115 B
Smarty
<?php foreach ($table->getUnices() as $unique) { ?>
|
|
UNIQUE (<?php echo $unique->getColumnList() ?>),
|
|
<?php } ?> |