what query is there to make a field in a table? (MySQL)
that's the alter table command.
alter table tablename add columnname type
like so:
alter table bubba add shoe int;