···6060 create table if not exists follows (
6161 user_did text not null,
6262 subject_did text not null,
6363- at_uri text not null unique,
6463 rkey text not null,
6564 followed_at text not null default (strftime('%Y-%m-%dT%H:%M:%SZ', 'now')),
6665 primary key (user_did, subject_did),