Bug 378284

Summary: Add support to specify current time/date or time stamp as default value for table field
Product: [Applications] KEXI Reporter: JarosÅ‚aw Staniek <staniek>
Component: TablesAssignee: Kexi Bugs <kexi-bugs>
Status: CONFIRMED ---    
Severity: wishlist CC: adam, inksi
Priority: NOR    
Version: 3.1.0 Alpha   
Target Milestone: ---   
Platform: Other   
OS: All   
Latest Commit: Version Fixed In:

Description Jarosław Staniek 2017-03-30 17:21:24 UTC
Add support to specify current time/date or time stamp as default value for table field.

Supported types could be date/time/datetime. It makes sense to also allow the keywords for text types.

In case of SQLite it is possible through keywords CURRENT_TIME, CURRENT_DATE or CURRENT_TIMESTAMP: http://www.sqlite.org/lang_createtable.html#tablecoldef