You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So the schema for videos is okay-ish, I'll need to add the foreign key support for users and decide on how the tree of series is going to look but I'm happy-ish with it. Also, I'm thinking I'll make more columns NOT NULL since it's easier to deal with outside the database. But migrations are cool as a cucumber except for series nesting but thats to be decided. All the work should be available in b88d121.
Just noticed that for the video files, we have the vidserv copy which I don't believe was public? So I'll need to update the migration to support that / check for anything else similar.
Looking online, I might remove ON UPDATE CASCADE. Looking at this for example it seems alright to use the on delete but on update not so much. Perhaps for non-pk foreign fields?
Need to finish the proposed schema, make the migrations as well
The text was updated successfully, but these errors were encountered: