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.
Returns
Promise<Models.AttributeInteger>
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.