sqlbuddy

    6calore

    1risposta

    Ho bisogno di utilizzare le chiavi esterne per l'aggiornamento e la cascata, ecc ALTER TABLE topics ADD FOREIGN KEY(topic_by) REFERENCES users(user_id) ON DELETE RESTRICT ON UPDATE CASCADE;