Set default value for modified on column

Fixes #716
This commit is contained in:
rijkvanzanten
2020-10-21 13:06:36 +02:00
parent 40377b341d
commit 51c2eb0af9

View File

@@ -42,6 +42,8 @@ columns:
column: id
modified_on:
type: timestamp
nullable: false
default: '$now'
charset:
type: string
length: 50