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