Strapi file table size colum

Hi I’m analyzing the strapi upload_file table, but I’m curious why the size column in the upload_file table is set to numeric(10,2). Can’t I just use it as a float or int? Why limit the decimal point to 10 digits before the decimal point and limit it to 2 digits? Is there a maximum size limit? If you know the answer please let me know