Hi,
I created a hidden, not-null date column without a default value:
'file_max_size' => '',
'file_save_in' => '',
'file_save_scheme' => 'HASHED',
'file_save_url' => '',
'form_display' => '',
'form_size' => '',
'form_type' => 'HIDDEN',
'not_null' => '1',
'pos' => '6',
'regex' => '',
'type' => 'DATE'
},For some reason, the creation date is set to the current date each time a record is created (without doing anything in the templates). I have no idea why this works (I use DBMan SQL 2.1.0 and Postgres), but it does.
Jasper
http://www.bookings.org
I created a hidden, not-null date column without a default value:
Code:
'creation_date' => { 'file_max_size' => '',
'file_save_in' => '',
'file_save_scheme' => 'HASHED',
'file_save_url' => '',
'form_display' => '',
'form_size' => '',
'form_type' => 'HIDDEN',
'not_null' => '1',
'pos' => '6',
'regex' => '',
'type' => 'DATE'
},

Jasper
http://www.bookings.org