···103103(
104104 at_uri text primary key,
105105 cid text not null,
106106- post_uri text not null references posts (at_uri) on delete cascade deferrable,
106106+ post_uri text not null,
107107108108 detached text[] not null,
109109 rules text[] not null,
···120120(
121121 at_uri text primary key,
122122 cid text not null,
123123- post_uri text not null references posts (at_uri) on delete cascade deferrable,
123123+ post_uri text not null,
124124125125 hidden_replies text[] not null,
126126 allow text[] not null,