Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. create trigger Riconoscimento BEFORE INSERT on cards
  2. for each row
  3. if category = 'magia' or category = 'trappola' then
  4. set
  5. Attribut = null,
  6. level_ = null ,
  7. type_ = null,
  8. sub_type1 = null,
  9. sub_type2 = null,
  10. sub_type3 = null,
  11. sub_type4 = null,
  12. atk = null,
  13. def = null,
  14. linkrate = null;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement