6 lines
223 B
SQL
6 lines
223 B
SQL
-- Akademischer Abschluss (z. B. "M.Eng. Elektro- und Informationstechnik"),
|
|
-- separat vom Pronomen-Titel (academic_title: "Dr.", "Prof.", …).
|
|
|
|
alter table public.employees
|
|
add column if not exists qualification text;
|