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

qt - switch/case statement in C++ with a QString type -

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

Python's equivalent for Ruby's define_method? -