Database package: Difference between revisions

Jump to navigation Jump to search
Line 87: Line 87:


==Tips/Tricks==
==Tips/Tricks==
===Database Cell Types===
===Database Data Types Should be the Same===
Note that you must have all database cells be the same type in order for the values to not get potentially changed. In the example above, if you have the UnixTime column above be a bigint, and the Value column be an Int, the UnixTime will get truncated. Changing the Value column to a bigint will resolve this.
Note that you must have all database columns be the same type in order for the values to not get potentially changed. In the example above, if you have the UnixTime column above be a bigint, and the Value column be an Int, the UnixTime will get truncated. Changing the Value column to a bigint will resolve this.
 


==Further Reading==
==Further Reading==
14

edits

Navigation menu