-
Notifications
You must be signed in to change notification settings - Fork 147
Limitation
Junyi, Lu edited this page Jan 25, 2017
·
13 revisions
- New schema must have a
PRIMARY KEY
or at leastUNIQUE KEY
Be sure to check all opening issues before using this tool. There may be unclosed bug affecting your use case.
Use test_cli.py
to go through all integration test cases to make sure OSC
supports your MySQL environment.
- Rename column is not supported
- Both original and new schema must NOT have existing
TRIGGER
- Both original and new schema must NOT referencing or being referenced by a
FOREIGN KEY
Basic
Advanced
For Bug reporters & Contributors