?This file describes the differences in schema creation and migration scripts. MySQL is used as reference script against which differences are listed. Generally MySQL create table options should be removed for other databases. _PostgreSQL_ * DOUBLE->DOUBLE PRECISION * BIT->BOOLEAN _MsSql_ * VARCHAR->NVARCHAR * Remove DEFAULT-keywords * DOUBLE->REAL