pocketbase icon indicating copy to clipboard operation
pocketbase copied to clipboard

client.collections.create is fail

Open skVPN opened this issue 1 year ago • 0 comments

# collection=client.collections.create(
#         {
#             "name": uuid4().hex,
#             "type": "base",
#             "schema": schema
#         }
#     )

but schema is not effect

skVPN avatar Dec 13 '24 11:12 skVPN