video_maker
10 rows where m_uid = "m_g8z2v"
This data as json, CSV (advanced)
| Link | v_uid | m_uid |
|---|---|---|
| v_2fi11,m_g8z2v | v_2fi11 | Line Communications m_g8z2v |
| v_720il,m_g8z2v | v_720il | Line Communications m_g8z2v |
| v_cedio,m_g8z2v | v_cedio | Line Communications m_g8z2v |
| v_g2jc3,m_g8z2v | v_g2jc3 | Line Communications m_g8z2v |
| v_jcg30,m_g8z2v | v_jcg30 | Line Communications m_g8z2v |
| v_mwja4,m_g8z2v | v_mwja4 | Line Communications m_g8z2v |
| v_o34ej,m_g8z2v | v_o34ej | Line Communications m_g8z2v |
| v_q53y9,m_g8z2v | v_q53y9 | Line Communications m_g8z2v |
| v_wqhkh,m_g8z2v | v_wqhkh | Line Communications m_g8z2v |
| v_y4b1v,m_g8z2v | v_y4b1v | Line Communications m_g8z2v |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE video_maker ( v_uid TEXT NOT NULL REFERENCES videos(uid) ON DELETE CASCADE, m_uid TEXT NOT NULL REFERENCES makers(uid) ON DELETE CASCADE, PRIMARY KEY (v_uid, m_uid) ); CREATE INDEX idx_video_maker_m ON video_maker(m_uid);