···103(
104 at_uri text primary key,
105 cid text not null,
106- post_uri text not null references posts (at_uri) on delete cascade deferrable,
107108 detached text[] not null,
109 rules text[] not null,
···120(
121 at_uri text primary key,
122 cid text not null,
123- post_uri text not null references posts (at_uri) on delete cascade deferrable,
124125 hidden_replies text[] not null,
126 allow text[] not null,
···103(
104 at_uri text primary key,
105 cid text not null,
106+ post_uri text not null,
107108 detached text[] not null,
109 rules text[] not null,
···120(
121 at_uri text primary key,
122 cid text not null,
123+ post_uri text not null,
124125 hidden_replies text[] not null,
126 allow text[] not null,