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

【feat】add database engine and table name to support table ddl update #463

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

zyclove
Copy link
Contributor

@zyclove zyclove commented May 29, 2024

The data table structure has changed, and the data table ddl needs to be updated.

The unique id is id = deterministic_uuid(engine + "-" + table) + "-ddl" .

@zyclove
Copy link
Contributor Author

zyclove commented Jun 7, 2024

@zainhoda Please add the feature of supporting data table DDL update operation, thank you.

id = deterministic_uuid(engine + "-" + full_table_name) + "-ddl"

@endgameapp
Copy link

Can we add this feature?

@zyclove
Copy link
Contributor Author

zyclove commented Oct 29, 2024

Can we add this feature?

@zainhoda

Can we add this feature?

@zainhoda

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

Successfully merging this pull request may close these issues.

3 participants