plan_solution
Identifies the solution(s) that are associated with a plan.
Primary Key:Foreign Keys:plan_id
=>plan.plan_id
solution_id
=>solution.solution_id
plan_solution_plan_id_idx
-plan_id
plan_solution_solution_id_idx
-solution_id
Column | Data Type | Nullable | Indexed | Description |
---|---|---|---|---|
plan_id | bigint | No | Yes | - |
solution_id | bigint | No | Yes | - |