Skip to main content
Module

x/cotton/mod.ts>Schema#createTable

SQL Database Toolkit for Deno
Latest
method Schema.prototype.createTable
import { Schema } from "https://deno.land/x/cotton@v0.7.5/mod.ts";

Create a table

Parameters

name: string

the table name

fn: (builder: TableBuilder) => void
optional
options: CreateTableOptions