Files
luos/thirdparty/propel-generator/templates/sql/base/pgsql/sequence.tpl

4 lines
120 B
Smarty
Raw Normal View History

2017-08-02 16:06:56 -04:00
<?php if ($table->getIdMethod() == "native") { ?>
CREATE SEQUENCE <?php echo $table->getSequenceName() ?>;
<?php } ?>