l_r_challenge_act_result
54 rows
This data as json, CSV (advanced)
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "l_r_challenge_act_result" (
[challenge_action] integer,
[challenge_result] integer PRIMARY KEY,
[description] text,
FOREIGN KEY ([challenge_action]) REFERENCES[l_r_challenge_act_type] ([challenge_action])
);