For the 'Create a Column' request example, the code works in Windows command prompt but the equivalent code in python doesn't work.
However, if you change the "nullable" field from "false" to "False", the code then works in python but doesn't work in cmd.
The same problem exists for the 'Update a Column' request example.