gavinj.net

Thoughts on technology, infrastructure, and AI

Viewing posts tagged databases Clear filter

Triggers in MySQL

Starting from Mysql 5.0.2, mysql now supports triggers - which can be quite handy. I'm using them to automatically create new (derived) table records when a user submits data to my web app. Syntax is...