| 123456789101112131415161718192021222324252627282930313233343536373839404142 |
- <?php
- use yii\db\Migration;
- /**
- * Class m230127_213733_tablas_eventos
- */
- class m230127_213733_tablas_eventos extends Migration
- {
- /**
- * {@inheritdoc}
- */
- public function safeUp()
- {
- }
- /**
- * {@inheritdoc}
- */
- public function safeDown()
- {
- echo "m230127_213733_tablas_eventos cannot be reverted.\n";
- return false;
- }
- /*
- // Use up()/down() to run migration code without a transaction.
- public function up()
- {
- }
- public function down()
- {
- echo "m230127_213733_tablas_eventos cannot be reverted.\n";
- return false;
- }
- */
- }
|