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

Table Schema Error #17

Closed
GaoyanCheerup opened this issue Dec 19, 2018 · 2 comments
Closed

Table Schema Error #17

GaoyanCheerup opened this issue Dec 19, 2018 · 2 comments

Comments

@GaoyanCheerup
Copy link

GaoyanCheerup commented Dec 19, 2018

Hi Tao,

The table schema (table.json) misses a lot of "foreign_keys" pairs. For example: table "paper" has primary key "paper_id", and table "paper key phrase" also has column "paper_id", but there is no "foreign_keys" relation between the two columns.
Similar cases: customer id:: [contacts, customer], product id::[store product, product]
During the evaluation, it will cause extra errors.

Thanks,
Yan

@taoyds
Copy link
Owner

taoyds commented Jan 17, 2019

Hi Yan,

Sorry for the late response. Some databases are from some online resources. A few of them miss some foreign key info. We didn't have time to update these at that time. It would be great if you can send us your corrections. We will update them soon. Thanks!

Best,
Tao

@taoyds
Copy link
Owner

taoyds commented Feb 13, 2019

Close this issue, record it here

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

No branches or pull requests

2 participants