Baza — Telefonis Nomrebis
Some critics argue that these apps violate the Law of Georgia on Personal Data Protection and GDPR by storing personal information without the explicit consent of the contact owner.
CREATE TABLE Call_Log ( call_id BIGSERIAL PRIMARY KEY, source_number_id BIGINT NOT NULL REFERENCES Number(number_id), destination_number_id BIGINT NOT NULL REFERENCES Number(number_id), call_timestamp TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, duration_sec INTEGER CHECK (duration_sec >= 0), spam_flag BOOLEAN DEFAULT FALSE ); telefonis nomrebis baza