Back
changeTable()
t = changeTable(name='employees');
t.string(columnNames="fullName", default="", null=true, limit="255");
t.change();
Copied!