-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add sys period field by default in create table #3
base: master
Are you sure you want to change the base?
Conversation
Can one of the admins verify this patch? |
add to whitelist |
@@ -29,6 +29,13 @@ createdAtField = | |||
index: null | |||
references: null | |||
defaultValue: 'CURRENT_TIMESTAMP' | |||
sysPeriodField = | |||
dataType: 'Date Time Range' | |||
fieldName: 'sys period' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does "sys period" mean?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It means system period. It is a range showing when a record is valid from-to. The temporal extension's convention it to call it "sys period" that's why I named it that way.
I'm not sure I get it 100%. |
Depends on balena-io-modules/sbvr-types#2