Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/appwrite/mod.ts>Databases#createStringAttribute

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

Create String Attribute

Parameters

collectionId: string
key: string
size: number
required: boolean
optional
xdefault: string
optional
array: boolean