static List<String> get fields { return [ "id TEXT PRIMARY KEY", "name TEXT", "nickname TEXT", "avatar_url TEXT", "created_at TEXT", ]; }