l_r_obj_act_result
49 rows
This data as json, CSV (advanced)
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "l_r_obj_act_result" (
[objection_action] integer,
[objection_result] integer PRIMARY KEY,
[description] text,
FOREIGN KEY ([objection_action]) REFERENCES[l_r_obj_act_type] ([objection_action])
);