Things you can and can not do.

You can
a) create a new table
b) add a new column

You can not
c) drop a table
d) drop a column
e) change a constraint on a column
f) add a column with a not-null constraint to an existing table