kukua / concava-api

API for modifying ConCaVa metadata.
http://kukua.github.io/concava-api/
MIT License
1 stars 0 forks source link

Use float instead of double for measurement columns #23

Open mauvm opened 8 years ago

mauvm commented 8 years ago

When using $table->float('temp'); a DOUBLE column will be created instead. This is uses double the amount of space (8 bytes vs 4 bytes). Pun intended.