···60 create table if not exists follows (
61 user_did text not null,
62 subject_did text not null,
63- at_uri text not null unique,
64 rkey text not null,
65 followed_at text not null default (strftime('%Y-%m-%dT%H:%M:%SZ', 'now')),
66 primary key (user_did, subject_did),
···60 create table if not exists follows (
61 user_did text not null,
62 subject_did text not null,
063 rkey text not null,
64 followed_at text not null default (strftime('%Y-%m-%dT%H:%M:%SZ', 'now')),
65 primary key (user_did, subject_did),