Phoenix v1.8.0 Release Notes

Release Date: 2021-06-01 // almost 3 years ago
  • ➕ Added

    • year column type (year for mysql, numeric(4) for pgsql)
    • 🆕 new options add-table-exists-check and auto-increment to Dumper command
    • 📚 documentation for primary keys
    • step by step tutorial for using dump command to change mysql to pgsql or vice versa

    🛠 Fixed

    • single quotes in comments
    • table comment in dump
    • 0️⃣ transfer tinyint(1) to boolean in mysql only if it has default values 1 or 0
    • dump command skip everything which is not of type "BASE TABLE" (VIEW, SYSTEM VIEW etc.)
    • dumping special values (null, true, false, strings with apostrophe)