Skip to content

Integer migration style

What does this MR do?

Adds developer documentation about adding integer columns. Specifically, if a developer intends to store file sizes in bytes in the column, they need to specify a larger limit.

I also added the ability to pass limit to the add_column_with_default helper and added tests for it.

Merge request reports