···109109 repo_at text not null,
110110 pull_id integer not null,
111111 title text not null,
112112+ body text not null,
112113 patch text,
113113- patch_at text not null,
114114+ pull_at text,
115115+ rkey text not null,
116116+ target_branch text not null,
114117 open integer not null default 1,
115118 created text not null default (strftime('%Y-%m-%dT%H:%M:%SZ', 'now')),
116119 unique(repo_at, pull_id),