1.2 KiB
1.2 KiB
task
update dbml
from schema.json
, for collection billingAddress
Background information
- please ignore
presentable
properties fromschema.json
, this is for pocketbase internal usage - please ignore collections with
_
as its first character, this is for pocketbase internal usage - just return the collection with
billingAddress
is ok, please ignore other collections
steps
- read file
/home/logic/_wsl_workspace/001_github_ws/lettersoup-online-ws/lettersoup-online/project/002_source/cms/src/db/schema.json
. this is the export frompocketbase
. - read file
/home/logic/_wsl_workspace/001_github_ws/lettersoup-online-ws/lettersoup-online/project/001_documentation/Requirements/REQ0006/schema.dbml
. this is file written in dbml format. - currently the collection in
schama.json
is mapped to table inschema.dbml
- compare the
schema.json
andschema.dbml
, remember the differences - you may found some comment already exist in
schema.dbml
, please keep them - while keeping
schema.json
content unchanged. write file to/home/logic/_wsl_workspace/001_github_ws/lettersoup-online-ws/lettersoup-online/project/001_documentation/Requirements/REQ0006/schema_ai_draft.dbml
content based onschema.json
.
thanks.