You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CREATETABLE `curation_sample` (
`sample_size` double DEFAULT NULL COMMENT 'The size of the sample in unit ''sample size unit'''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci COMMENT='GENERATED:2024-05-02 20:28:51;';
sql2dbml outputs the following DBML document for this:
Table "curation_sample" {
"sample_size" double [default: NULL, note: '''The size of the sample in unit ''sample size unit''''']
Note: 'GENERATED:2024-05-02 20:28:51;'
}
The string ends with five single-quotes so it is not parsed correctly by a conformant DBML consumer.
The text was updated successfully, but these errors were encountered:
Consider the following mysql:
sql2dbml outputs the following DBML document for this:
The string ends with five single-quotes so it is not parsed correctly by a conformant DBML consumer.
The text was updated successfully, but these errors were encountered: