Category: Uncategorized

  • PocketBase Collection Fields Schema – Complete Reference

    Here’s the comprehensive field structure documentation for creating PocketBase collections. Common Field Properties (All Field Types) All field types share these base properties: { name: string; // [REQUIRED] Unique field name type: string; // [REQUIRED] Field type (see types below) id?: string; // Auto-generated stable identifier system?: boolean; // Prevents renaming/deletion when true hidden?: boolean;…