This commit is contained in:
xfarrow
2024-10-17 17:11:56 +02:00
parent ca5e201dc4
commit 10aa3460a3
2 changed files with 6 additions and 5 deletions

View File

@ -31,7 +31,8 @@ CREATE TABLE IF NOT EXISTS "Organization" (
id SERIAL PRIMARY KEY,
name CHARACTER VARYING(128) NOT NULL,
location CHARACTER VARYING,
description TEXT
description TEXT,
is_hiring BOOLEAN
);
-- Table: OrganizationAdministrator