Node SDK: "createTable" does not create columns
@ChiragAgg5k is already working on this.
Since Feb 24, 2026.
Assessment
This issue has not been assessed yet.
Description
👟 Reproduction steps
Here is my node.js createTable function:
await db.createTable({
databaseId,
tableId: 'months',
name: 'Months',
permissions: [Permission.read(Role.user(userId)), Permission.write(Role.user(userId))],
columns: [
{ key: 'budget_id', type: 'string', size: 255, required: true },
{ key: 'month', type: 'integer', required: true, min: 1, max: 12 },
{ key: 'year', type: 'integer', required: true, min: 1970, max: 9999 },
{ key: 'category_id', type: 'string', size: 255, required: true },
{ key: 'rollover', type: 'float', default: 0 },
{ key: 'assigned', type: 'float', default: 0 },
{ key: 'activity', type: 'float', default: 0 },
{ key: 'available', type: 'float', default: 0 },
{ key: 'deleted_at', type: 'datetime', required: false }
],
indexes: []
})
and it does not create the provided columns:
👍 Expected behavior
the columns are created as specified
👎 Actual Behavior
no columns created
🎲 Appwrite version
Version 1.8.x
💻 Operating system
Linux
🧱 Your Environment
No response
👀 Have you spent some time to check if this issue has been raised before?
- I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct
- Dominant language
- TypeScript
- Stars
- 257
- Forks
- 45
- Avg merge
- 11h 59m
- Merged PRs (30d)
- 2
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from appwrite/sdk-for-node
-
bug
Difficulty 1/5 Under an hour Newbie friendliness 82/100
appwrite/sdk-for-node#132 · 2 comments · 1 reaction ·
-
bug
appwrite/sdk-for-node#141 · 1 assignee ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
appwrite/sdk-for-node#133 · 2 comments · 1 reaction ·
All issues in appwrite/sdk-for-node
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
Eynzof/Hermes-CN-Desktop#610 ·
-
bug clawsweeper:linked-pr-open clawsweeper:needs-live-repro clawsweeper:no-new-fix-pr impact:message-loss issue-rating: 🐚 platinum hermit P2 regression
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
calcite-components needs triage refactor
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
Esri/calcite-design-system#15203 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 78/100
fullcalendar/fullcalendar#8106 ·