Join Discord
Powered by
Given two tables `notes` and `tags`, and a join ta...
# ideas-and-suggestions
s
stnmonroe
03/08/2022, 2:35 AM
Given two tables
notes
and
tags
, and a join table
note_tags
, if I wanted to create a tag and a relationship to a note in a single transaction, what's the best approach, if possible?
Previous
Next