Files
luos/thirdparty/propel-generator/templates/sql/base/pgsql/primarykey.tpl
Paula Quispe 9eb7d6cac2 HOR-2689
2017-08-03 17:00:30 -04:00

4 lines
113 B
Smarty

<?php if ($table->hasPrimaryKey()) { ?>
PRIMARY KEY (<?php echo $table->printPrimaryKey() ?>),
<?php } ?>