I have tried many ways to do this with no success, but what I want to do is the following:
GRANT ALTER ON [dbo].[theTable] TO [role]
Bonus if y
GRANT ALTER ON [dbo].[theTable] TO [role] GO