問題タブ [enterprisedb]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
mysql - EnterpriseDB Migration Toolkit を使用して MySQL データベースを PostgreSQL に移行する際の問題
新しいプロジェクトで大変お忙しいと思いますので、簡単にお話しさせていただきます。
EnterpriseDB Migration Tool を使用して、MySQL データベースを PostgreSQL に変換しようとしています。私のセットアップは次のとおりです。
- Windows 10 x64
- MySQL 5.6.33
- EDB PostgreSQL 10.12
- EnterpriseDB 移行ツールキット 53.0.2
- Mysqlのchar型をpostgresql ddlに変化する文字に変更したい。
- そして、postgres へのuserIdのような Mysql の列がいくつかありますが、pg ddl では" userId " が必要です。
mysql での例を次に示します。
ツールキットによる変換:
私が期待する:
ドキュメントでコマンドを見つけまし-customColTypeMapping
たが、私のシナリオでは機能しない可能性があります。
それで、この問題を解決する解決策はありますか。ありがとう!