Hacker News new | ask | show | jobs
by moon700 1434 days ago
thanks for reply! is it schema free? or i need to define scheme via migrations?
1 comments

Its 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/).