Welcome, Ian. You may modify this database.
SELECT word FROM words
WHERE word = '#form.word#'
INSERT INTO words (word, emotion_id, valence, arousal, dominance)
VALUES ('#form.word#', '#form.emotion_id#', #form.valence#, #form.arousal#, #form.dominance#)
#form.word# has been added to the database.
You must log in to access this page.