Recently, I've been working on a simple recording archival system, done with PHP and MySQL.
Basically, you register and login to the website and you can add, edit and delete recordings (aka metadata). Here's the current database situation:
My problem is the following: when I populate a table on the website and call "user" from "assets", it returns me a number from "usersId". I want "users" to return "usersUid" instead, but staying connected to "usersId". Is that even possible or should I just connect "user" directly "usersUid"?