mirror of
https://github.com/FlipsideCrypto/core-models.git
synced 2026-02-06 13:06:59 +00:00
9 lines
199 B
SQL
9 lines
199 B
SQL
{{ config(
|
|
materialized = 'table',
|
|
cluster_by = 'round(_id,-3)',
|
|
post_hook = "ALTER TABLE {{ this }} ADD SEARCH OPTIMIZATION"
|
|
) }}
|
|
{{ fsc_evm.number_sequence(
|
|
max_num = 50000000
|
|
) }}
|