API Reference / @evolu/common / Evolu/Internal / createAppTable
Function: createAppTable()
function createAppTable(tableName, columns): SafeSql;
Defined in: packages/common/src/Evolu/Db.ts:697
Parameters
Parameter | Type |
---|---|
tableName | string & Brand <"Base64Url" > & Brand <"MaxLength42" > & Brand <"MinLength1" > & Brand <"TableName" > |
columns | readonly string & Brand <"Base64Url" > & Brand <"MaxLength42" > & Brand <"MinLength1" > & Brand <"ColumnName" >[] |