Added timestamp to a/b test model
This commit is contained in:
parent
a6671ee4d0
commit
4a6158df28
2 changed files with 13 additions and 1 deletions
|
|
@ -4719,6 +4719,15 @@ models:
|
|||
data_tests:
|
||||
- not_null
|
||||
|
||||
- name: first_appearance_at_utc
|
||||
data_type: date
|
||||
description: |
|
||||
Timestamp of the first Verification Request Feature Flag record created
|
||||
with the same verification request and A/B test name. Mostly for information
|
||||
purposes. Cannot be null.
|
||||
data_tests:
|
||||
- not_null
|
||||
|
||||
- name: first_appearance_date_utc
|
||||
data_type: date
|
||||
description: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue