Create SiYuan Database
av_createAttributeViewCreate a new database (Attribute View) in a SiYuan document, defining columns and initial rows for structured data management.
Instructions
Create a new database (Attribute View) in a SiYuan document
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Database name | |
| rows | No | Initial row data, where keys are column names | |
| docID | Yes | Document ID to insert the database into | |
| columns | No | Additional columns besides the block column | |
| notebook | Yes | Notebook ID | |
| blockColumnName | No | Name of the primary block column (default: 名称) |