5 ms·
thanks for reply! is it schema free? or i need to define scheme via migrations?
by moon700 4y ago
thanks for reply!
is it schema free? or i need to define scheme via migrations?
- randomwebdev 4y agoIts not schema free (although you can create a json field and put whatever you want in it). You can define schema via migrations or through the admin UI (see https://pocketbase.io/docs/manage-collections/ https://pocketbase.io/docs/manage-collections/).