Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. <?php
  2. $installer = $this;
  3. $installer->startSetup();
  4. $installer->run("
  5. ALTER TABLE  {$this->getTable('informations/message')} ADD  `category_id` INT(11) NOT NULL
  6. ");
  7. $installer->endSetup();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement