Create initial database schema with tables and views #22
Annotations
4 errors and 1 warning
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
schema/schema.sql#L1
Dropping table 'public.employee' will result in data loss.
|
The logs for this run have expired and are no longer available.
Loading