4 lines
113 B
Smarty
4 lines
113 B
Smarty
<?php if ($table->hasPrimaryKey()) { ?>
|
|
PRIMARY KEY (<?php echo $table->printPrimaryKey() ?>),
|
|
<?php } ?>
|