hexya
hexya copied to clipboard
Missing bigint data type.
In some case, we need bigint data type:
- Store epoch time in milliseconds.
- Store file size (use integer, we can only store max 2GB for file size) ... P/S: -I vote for change field type Integer, Many2One, One2One to "bigint" -DateTime to "timestamp with time zone"