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

tab_known_transporters_containers: missing FKs/Constraints #2328

Closed
Yuri05 opened this issue Sep 12, 2022 · 0 comments
Closed

tab_known_transporters_containers: missing FKs/Constraints #2328

Yuri05 opened this issue Sep 12, 2022 · 0 comments
Assignees

Comments

@Yuri05
Copy link
Member

Yuri05 commented Sep 12, 2022

Missing in the table definition:

  • Foreign Key {container_type, container_name} => tab_container_names
  • transport_type: constraint with allowed types (Influx, Efflux, ...)
    • Actually it would be better to define a new table "tab_active_transport_types" with just 1 column "transport_type"
      (with foreign key tab_active_transport_types.transport_type => tab_process_types.process_type)
      And then define foreign key tab_known_transporters_containers.transport_type => tab_active_transport_types
  • membrane: constraint (Apical, Basolateral)

Originally posted by @Yuri05 in #2327 (comment)

@Yuri05 Yuri05 self-assigned this Sep 12, 2022
@Yuri05 Yuri05 added this to the Version 11 Update 1 milestone Sep 12, 2022
@Yuri05 Yuri05 moved this to Todo in V11 - Update 1 Sep 12, 2022
Yuri05 pushed a commit to Yuri05/PK-Sim that referenced this issue Sep 13, 2022
@Yuri05 Yuri05 closed this as completed in c4ab32a Sep 14, 2022
Repository owner moved this from Todo to Done in V11 - Update 1 Sep 14, 2022
@Yuri05 Yuri05 moved this from Done to Verified in V11 - Update 1 Dec 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Verified
Development

No branches or pull requests

1 participant