Posts by Pedro Rossato • 1 point
1 post
-
0
votes0
answers131
viewsQ: Create Mysql Trigger with input condition
Hello, I’m doing a credit card system and I created a column with the types of card using ENUM('bronze', 'silver', 'gold'), now I want to create a Rigger so that when the user enters with the type,…