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
Copy file name to clipboardExpand all lines: docs/layouts/shortcodes/generated/kafka_sync_database.html
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,7 @@
86
86
<li>"char-to-string": maps MySQL CHAR(length)/VARCHAR(length) types to STRING.</li>
87
87
<li>"longtext-to-bytes": maps MySQL LONGTEXT types to BYTES.</li>
88
88
<li>"bigint-unsigned-to-bigint": maps MySQL BIGINT UNSIGNED, BIGINT UNSIGNED ZEROFILL, SERIAL to BIGINT. You should ensure overflow won't occur when using this option.</li>
89
+
<li>"decimal-no-change": Ignore decimal type change.</li>
Copy file name to clipboardExpand all lines: docs/layouts/shortcodes/generated/kafka_sync_table.html
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,7 @@
58
58
<li>"char-to-string": maps MySQL CHAR(length)/VARCHAR(length) types to STRING.</li>
59
59
<li>"longtext-to-bytes": maps MySQL LONGTEXT types to BYTES.</li>
60
60
<li>"bigint-unsigned-to-bigint": maps MySQL BIGINT UNSIGNED, BIGINT UNSIGNED ZEROFILL, SERIAL to BIGINT. You should ensure overflow won't occur when using this option.</li>
61
+
<li>"decimal-no-change": Ignore decimal type change.</li>
0 commit comments