ALTER TABLE cart ADD COLUMN session_id VARCHAR(255) NULL; ALTER TABLE cart ALTER COLUMN user_id DROP NOT NULL;