We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
映画の上映日時を決めて、その上映日時のチケットが発行されれば予約されたとみなす。
movie(映画) | schedule(スケジュール) | ticket(チケット)
The text was updated successfully, but these errors were encountered:
論理モデルを軽量マークアップ言語で記述する記法に十字型を利用する。
-|-||- は One-to-many を示す。
-|-||-
house -|-||- hall
-+- は Many-to-many を示す。
-+-
seat -+- schedule | ticket
-|- は Schema を示す。
-|-
movie | resource ------|--------- id | name | address
house(映画館) -|-||- hall(ホール) -|-||- seat(席)
movie(映画) -|-||- schedule(スケジュール) -|-||- ticket(チケット)
seat(席) -+- schedule(スケジュール) | ticket(チケット)
Sorry, something went wrong.
iyuuya
No branches or pull requests
映画の上映日時を決めて、その上映日時のチケットが発行されれば予約されたとみなす。
The text was updated successfully, but these errors were encountered: