Files

5 lines
170 B
Smarty
Raw Permalink Normal View History

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