Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/appwrite/mod.ts>Database#createIntegerAttribute

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Database.prototype.createIntegerAttribute
Re-export
import { Database } from "https://deno.land/x/appwrite@2.0.2/mod.ts";

Create Integer Attribute

Create an integer attribute. Optionally, minimum and maximum values can be provided.

Parameters

collectionId: string
key: string
required: boolean
optional
min: number
optional
max: number
optional
xdefault: number
optional
array: boolean