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

How can I see relationship aka foreign keys in iOS Hierarchy Viewer? #12

Open
mcicak opened this issue Mar 12, 2013 · 0 comments
Open

Comments

@mcicak
Copy link

mcicak commented Mar 12, 2013

Awesome tool! Guys, thanks for creating this! I just have one question regarding foreign keys.

Let's assume we have two tables: State and City. There is One to Many relationship between State and City: State -> City (State can have zero or more cities; City can belong to exactly one State).

If we look at State table there will be columns: stateId, stateName, cities, however cities field will be empty, even though state has 3 cities. But that is not a problem.

Problem is this: In City table there are columns: cityId, cityName, state. Even though city is connected to a state, state field is empty. Is there a way to see stateId or something similar in that field?

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

1 participant