ALTER TABLE users ADD COLUMN client_id INT NULL, ADD FOREIGN KEY (client_id) REFERENCES clients(id) ON DELETE SET NULL;