mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-13 08:15:14 +02:00
11 lines
176 B
Text
11 lines
176 B
Text
view: base {
|
|
dimension: id {
|
|
type: number
|
|
primary_key: yes
|
|
sql: ${TABLE}.id ;;
|
|
}
|
|
dimension: created_at {
|
|
type: time
|
|
sql: ${TABLE}.created_at ;;
|
|
}
|
|
}
|