m230127_213733_tablas_eventos.php 638 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?php
  2. use yii\db\Migration;
  3. /**
  4. * Class m230127_213733_tablas_eventos
  5. */
  6. class m230127_213733_tablas_eventos extends Migration
  7. {
  8. /**
  9. * {@inheritdoc}
  10. */
  11. public function safeUp()
  12. {
  13. }
  14. /**
  15. * {@inheritdoc}
  16. */
  17. public function safeDown()
  18. {
  19. echo "m230127_213733_tablas_eventos cannot be reverted.\n";
  20. return false;
  21. }
  22. /*
  23. // Use up()/down() to run migration code without a transaction.
  24. public function up()
  25. {
  26. }
  27. public function down()
  28. {
  29. echo "m230127_213733_tablas_eventos cannot be reverted.\n";
  30. return false;
  31. }
  32. */
  33. }