Data modeling question

前端 未结 3 1066
耶瑟儿~
耶瑟儿~ 2020-12-21 17:45

My clients use one of the following when they sign up for my application:

  1. Foo API (requires a \"auth_key\", \"passwor
3条回答
  •  青春惊慌失措
    2020-12-21 18:09

    If I understand the case correctly, it looks like yet another case of the gen-spec design pattern. Look up "generalization specialization relational modeling".

    Tutorials on object modeling usually cover gen-spec, but tutorials on relational modeling often do not. But it's well understood, and there are some excellent articles on the web.

提交回复
热议问题