table! { fang_tasks (id) { id -> Int8, metadata -> Nullable, created_at -> Timestamptz, updated_at -> Timestamptz, } }