I want to add a UNIQUE(<fields>) contraint to a table, and create extra indexes on tables. Should I just go ahead and do it in SQL, or there's a python way to specify such extras?
Also -- can a ForeignKey be supplied with a human-readable name, like other fields?

