mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-19 03:24:42 -04:00
3 lines
144 B
SQL
3 lines
144 B
SQL
ALTER TABLE public.af_workspace_member
|
|
ADD CONSTRAINT af_workspace_member_uid_fkey
|
|
FOREIGN KEY (uid) REFERENCES af_user(uid) ON DELETE CASCADE;
|