···123 post_uri text not null,
124125 hidden_replies text[] not null,
126- allow text[] not null,
127- allowed_lists text[] not null,
128129 record jsonb not null,
130
···123 post_uri text not null,
124125 hidden_replies text[] not null,
126+ allow text[],
127+ allowed_lists text[],
128129 record jsonb not null,
130