I ran the diffDatabase ant task to compare what should basically be equivalent versions of my database residing on SQLServer and MySQL but got some questionable results and hoping someone can shed some light on them
First, the entries that appear to be matches:
application_event.EVENT_DATETIME
from DATETIME to DATETIME
associate.CHANGE_TYPE
from INT to INT
Second some that should be ‘equivalent’:
action.ACTION_ID
from NUMERIC(20,0) to decimal(20,0)
action.ACTIVE
from NUMERIC(1,0) to decimal(1,0)
The second batch would make sense for a string comparison but the first batch look to be exact matches?
-
Learn
-
Resources
-
Free Tools
OSS Risk Scanner Database DevOps Risk AssessmentCheat Sheets
Snowflake + Liquibase Databricks + Liquibase -
eBooks
6 Liquibase Community Risks & How to Avoid Guide: SOC 2 Compliance at the Database Layer Guide: Quantify the Value of Liquibase Secure -
Comparison Guides
Liquibase vs. Flyway Liquibase vs. Bytebase Liquibase Community vs Liquibase Secure
-
- Quickstart
- Get Started
- Documentation
- University
-
Resources
- Connect
- Contribute
- Join
- Blog