reordering some ids
This commit is contained in:
parent
79521d723d
commit
7d8ed7768e
1 changed files with 3 additions and 3 deletions
|
|
@ -5,6 +5,9 @@ with
|
|||
stg_core__user as (
|
||||
select
|
||||
{{ adapter.quote("Id") }} as id_user,
|
||||
{{ adapter.quote("AccountTypeId") }} as id_account_type,
|
||||
{{ adapter.quote("CreatedUserId") }} as id_created_user,
|
||||
{{ adapter.quote("BillingCountryId") }} as id_billing_country,
|
||||
{{ adapter.quote("Code") }} as user_code,
|
||||
{{ adapter.quote("Email") }} as email,
|
||||
{{ adapter.quote("Title") }} as title,
|
||||
|
|
@ -21,13 +24,10 @@ with
|
|||
cast({{ adapter.quote("DateOfBirth") }} as date) as date_of_birth,
|
||||
{{ adapter.quote("PhoneNumber") }} as phone_number,
|
||||
{{ adapter.quote("PasswordHash") }} as password_hash,
|
||||
{{ adapter.quote("AccountTypeId") }} as id_account_type,
|
||||
{{ adapter.quote("CreatedUserId") }} as id_created_user,
|
||||
{{ adapter.quote("SecurityStamp") }} as security_stamp,
|
||||
{{ adapter.quote("EmailConfirmed") }} as is_email_confirmed,
|
||||
{{ adapter.quote("LockoutEnabled") }} as is_lockout_enabled,
|
||||
{{ adapter.quote("BillingPostcode") }} as billing_postcode,
|
||||
{{ adapter.quote("BillingCountryId") }} as id_billing_country,
|
||||
{{ adapter.quote("TwoFactorEnabled") }} as is_twofactor_enabled,
|
||||
{{ adapter.quote("AccessFailedCount") }} as access_failed_count,
|
||||
{{ adapter.quote("LockoutEndDateUtc") }} as lockout_end_date_utc,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue