m160920_193159_add_sale_percent_to_event.php
448 Bytes
<?php
use yii\db\Migration;
class m160920_193159_add_sale_percent_to_event extends Migration
{
public function up()
{
}
public function down()
{
echo "m160920_193159_add_sale_percent_to_event cannot be reverted.\n";
return true;
}
/*
// Use safeUp/safeDown to run migration code within a transaction
public function safeUp()
{
}
public function safeDown()
{
}
*/
}