Latest uploads
SELECT
id,
user_id,
original_filename,
created_at,
url,
extension
FROM uploads
order by created_at desc
LIMIT 50
Though it would be nice if they show in the results rather than just the urls…
Latest uploads
SELECT
id,
user_id,
original_filename,
created_at,
url,
extension
FROM uploads
order by created_at desc
LIMIT 50
Though it would be nice if they show in the results rather than just the urls…