database design - Revenue data type in mysql? -


I'm setting up company pages, one of the fields is 'revenue', so from $ 0 I have hundreds of billions Can guess. So should this be a big data type in this area? Or is there a better way of collecting revenue in the database? Using MySQL

Take a look at the data type.

Comments

Popular posts from this blog

android - How can I execute default sms app? -

jquery .css('text-decoration') doesn't work from parents -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -