mirror of
https://github.com/FlipsideCrypto/external-models.git
synced 2026-02-06 11:21:59 +00:00
AN-5017/registered-at (#77)
This commit is contained in:
parent
60921c1054
commit
93e6a636e9
@ -10,7 +10,8 @@ SELECT
|
||||
custody_address,
|
||||
fid,
|
||||
created_at,
|
||||
updated_at
|
||||
updated_at,
|
||||
registered_at
|
||||
FROM
|
||||
{{ source(
|
||||
'external_bronze',
|
||||
|
||||
@ -8,6 +8,8 @@ models:
|
||||
description: FID of the user (primary key)
|
||||
- name: CREATED_AT
|
||||
description: When the row was first created in this DB (not the same as registration date!)
|
||||
- name: REGISTERED_AT
|
||||
description: Timestamp of the block in which the user was registered.
|
||||
- name: UPDATED_AT
|
||||
description: When the row was last updated.
|
||||
tests:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user