Back

changeTable()

Name Type Required Default Description
name string Yes Name of the table to set change properties on
t = changeTable(name='employees');
t.string(columnNames="fullName", default="", null=true, limit="255");
t.change();
Copied!