Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable to create target table by CREATE TABLE LIKE ... #200

Open
hito4t opened this issue Sep 12, 2017 · 0 comments
Open

Enable to create target table by CREATE TABLE LIKE ... #200

hito4t opened this issue Sep 12, 2017 · 0 comments

Comments

@hito4t
Copy link
Contributor

hito4t commented Sep 12, 2017

Replace mode will create target table from input columns.
But it may be different from the original table.
We can create the target table same as the original table with column_options, but the config file will be verbose.
If we can create the target table by CREATE TABLE LIKE ... statement the config file will be simple.
It should be optional because we should maintain compatibility and not all DBMSs support CREATE TABLE LIKE ... statement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant