More models
This commit is contained in:
parent
ab581b0fb5
commit
3e8423dbd8
3 changed files with 31 additions and 2 deletions
|
|
@ -11,6 +11,8 @@ SELECT
|
|||
CASE
|
||||
WHEN flag_is_superhost = 't' THEN true
|
||||
WHEN flag_is_superhost = 'f' THEN false
|
||||
END::bool AS flag_is_superhost
|
||||
END::bool AS flag_is_superhost,
|
||||
created_at,
|
||||
updated_at
|
||||
FROM
|
||||
src_hosts
|
||||
Loading…
Add table
Add a link
Reference in a new issue