Create initial database schema with tables and views #22
declarative-sql-review-action.yml
on: pull_request
check-release-on-prod
11s
Annotations
4 errors and 1 warning
|
Foreign key references non-existent table (244):
schema/schema.sql#L10
Foreign key constraint '"dept_manager_emp_no_fkey"' on table 'public.dept_manager' references table 'public.employee' which does not exist in any SDL file.
|
|
Foreign key references non-existent table (244):
schema/schema.sql#L10
Foreign key constraint '"dept_emp_emp_no_fkey"' on table 'public.dept_emp' references table 'public.employee' which does not exist in any SDL file.
|
|
Foreign key references non-existent table (244):
schema/schema.sql#L9
Foreign key constraint '"title_emp_no_fkey"' on table 'public.title' references table 'public.employee' which does not exist in any SDL file.
|
|
Foreign key references non-existent table (244):
schema/schema.sql#L9
Foreign key constraint '"salary_emp_no_fkey"' on table 'public.salary' references table 'public.employee' which does not exist in any SDL file.
|
|
DROP operation detected (255):
schema/schema.sql#L1
Dropping table 'public.employee' will result in data loss.
|