File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ Options:
4848 Implies --without-foreign-keys which
4949 inhibits the transfer of foreign keys. Can
5050 not be used together with --mysql-tables.
51+ -T, --mysql-views-as-tables Materialize MySQL VIEWs as SQLite tables
52+ (legacy behavior).
5153 -L, --limit-rows INTEGER Transfer only a limited number of rows from
5254 each table.
5355 -C, --collation [BINARY|NOCASE|RTRIM]
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ Table Options
3232Transfer Options
3333""""""""""""""""
3434
35+ - ``-T, --mysql-views-as-tables ``: Materialize MySQL VIEWs as SQLite tables (legacy behavior).
3536- ``-L, --limit-rows INTEGER ``: Transfer only a limited number of rows from each table.
3637- ``-C, --collation [BINARY|NOCASE|RTRIM] ``: Create datatypes of TEXT affinity using a specified collation sequence. The default is BINARY.
3738- ``-K, --prefix-indices ``: Prefix indices with their corresponding tables. This ensures that their names remain unique across the SQLite database.
You can’t perform that action at this time.
0 commit comments