Advertisement
alpa_s

Untitled

May 29th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public function up()
  2. {
  3. $this->execute(file_get_contents(\Yii::getAlias('@common'). '/dump/country.sql'));
  4. }
  5. public function down()
  6. {
  7. $this->dropTable('{{%country}}');
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement