Skip to content

Instantly share code, notes, and snippets.

@mehmeterdemir28
mehmeterdemir28 / database.sql
Last active May 12, 2021 23:21
HRMS Database SQL
-- This script was generated by a beta version of the ERD tool in pgAdmin 4.
-- Please log an issue at https://redmine.postgresql.org/projects/pgadmin4/issues/new if you find any bugs, including reproduction steps.
BEGIN;
CREATE TABLE public.activation_code_for_employers
(
activation_code_id integer NOT NULL,
employer_id integer NOT NULL,
PRIMARY KEY (activation_code_id)