I have some python code that I am refactoring, I can see that the tables have a column called "my_column" with a data type integer. Does this automatically get created?
Also is there a way I can explicitly set the data type of "my_column" to BigInt?