-
Notifications
You must be signed in to change notification settings - Fork 2
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
Add a self referential column #5
Comments
I think it would also be good to add a table with two FK references to a different table (e.g. imagine a Package table that has columns for from address and to address that are both FKs to an Address table) |
@kgodey do you think we should extend the library data set, or do something different? N.b., we already have an academics data set with both features mentioned in the Mathesar testing resources directory. We could simulate a larger version of that if we want. |
@mathemancer I think we should have a separate data set so we don't contaminate the demo data set. I don't have a preference on extending the library data set or creating a new one. I think whatever is fastest to implement is better. |
Problem
There isn't a way to test self-referencing column features with the current dataset. Can a column with self reference reference be added?
The text was updated successfully, but these errors were encountered: