You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Missing in the table definition:
{container_type, container_name} => tab_container_names
(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
Originally posted by @Yuri05 in #2327 (comment)
The text was updated successfully, but these errors were encountered: