서우 AgentOffice
← 라이브러리
pocketbase

PocketBase Collections

원문: PocketBase Collections

Collection and schema design for PocketBase. Use when creating collections, designing schemas, adding fields, setting up relations, or choosing between base/auth/view collection types. Prevents wrong field types, documents zero-default behavior, and covers relation cascading.

무엇을 하나요

PocketBase Collection & Schema Design Collection Types Base Collection Standard data collection. System fields: id , created , updated . Auth Collection Extends base with authentication. Additional system fields: email , emailVisibility , verified , password , tokenKey . Cannot delete system fields. Can disable email/password auth in collection options. View Collection Read only, backed by a SQL SELECT query. No create/update/delete. Fields are auto detected from the query. Useful for aggregations, joins, and computed views. View collections support API rules (list/view only) and can be used in relations. Field Types | Type | Go type | Zero default | Notes | | | | | | | text | string | "" |

실행 시 본인 API 키(BYOK)로 동작하며, 모델 비용은 사용자 계정에서 직접 결제됩니다.