hexya icon indicating copy to clipboard operation
hexya copied to clipboard

Missing bigint data type.

Open halybang opened this issue 5 years ago • 0 comments

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"

halybang avatar Apr 24 '19 02:04 halybang