Hugo Sales 3a6b4cca1e [CORE][DATABASE] Replace zero dates with CURRENT_TIMESTAMP and add defaults to all 'created' or 'modified'
This commit is a port from v2's 9a515b9234 ([SCHEMA] Improve timestamp storage) to v3.

As explained by Alexei Sorokin:

Avoid the use of deprecated MariaDATABASE "zero dates" globally. If they're present
as attribute defaults somewhere, they will be replaced with NULL implicitly.
The existing "zero dates" in MariaDATABASE storage will be left intact and this
should not present any issues.

The "timestamp" type in table definitions now corresponds to DATETIME in
MariaDATABASE with "DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP", which
should be close enough to the original behaviour for compatibility purposes.
It is now the recommended type for "modified" attributes, because of the
update trigger on MariaDATABASE. But there is no such trigger implemented on
PostgreSQL as of this moment.
2021-04-14 15:37:21 +00:00
2021-04-14 15:36:13 +00:00
2021-04-14 15:37:20 +00:00
2021-04-14 15:36:13 +00:00
2021-04-14 15:37:20 +00:00
2021-04-14 15:36:13 +00:00
2021-04-14 15:36:35 +00:00
2021-04-14 15:37:21 +00:00
2021-04-14 15:37:20 +00:00
2021-04-14 15:36:35 +00:00
Description
No description provided
310 MiB
Languages
PHP 77.5%
Gettext Catalog 9%
HTML 6.9%
JSONLD 3.5%
CSS 1.7%
Other 1.3%