Closed CommanderStorm closed 6 months ago
So apparently, mysql does not implement a few things:
CREATE OR REPLACE
{CREATE,DELETE} IF EXISTS
TEXT
:eyes: Found the following differences in the sql schema:
So apparently, mysql does not implement a few things:
CREATE OR REPLACE
on most fields{CREATE,DELETE} IF EXISTS
TEXT
, they need to be truncated (even when it is a hashed unique key)TEXT
does not have default string values => only default expressions