pocketbase
pocketbase copied to clipboard
client.collections.create is fail
# collection=client.collections.create(
# {
# "name": uuid4().hex,
# "type": "base",
# "schema": schema
# }
# )
but schema is not effect