4 lines
84 B
MySQL
4 lines
84 B
MySQL
|
|
||
|
ALTER TABLE api.vods
|
||
|
ADD COLUMN recording_id UUID REFERENCES api.recordings(id);
|