kane
kane
DTDrizzle Team
Created by psm on 9/27/2023 in #help
How to set a default value for column based on another column?
🎉
19 replies
DTDrizzle Team
Created by psm on 9/27/2023 in #help
How to set a default value for column based on another column?
19 replies
DTDrizzle Team
Created by psm on 9/27/2023 in #help
How to set a default value for column based on another column?
no need to patch it haha there's official support
19 replies
DTDrizzle Team
Created by psm on 9/27/2023 in #help
How to set a default value for column based on another column?
or the isPgNativeType function
19 replies
DTDrizzle Team
Created by psm on 9/27/2023 in #help
How to set a default value for column based on another column?
No description
19 replies
DTDrizzle Team
Created by psm on 9/27/2023 in #help
How to set a default value for column based on another column?
No description
19 replies
DTDrizzle Team
Created by psm on 9/27/2023 in #help
How to set a default value for column based on another column?
then postgres throws error
PostgresError: type "varchar GENERATED ALWAYS AS (prefix || lpad(number::varchar, 4," does not exist
PostgresError: type "varchar GENERATED ALWAYS AS (prefix || lpad(number::varchar, 4," does not exist
19 replies
DTDrizzle Team
Created by psm on 9/27/2023 in #help
How to set a default value for column based on another column?
I got this notice when trying with drizzle-kit push
{
severity_local: 'NOTICE',
severity: 'NOTICE',
code: '42622',
message: `identifier "varchar GENERATED ALWAYS AS (prefix || lpad(number::varchar, 4, '0')) STORED" will be truncated to "varchar GENERATED ALWAYS AS (prefix || lpad(number::varchar, 4,"`,
file: 'scansup.c',
line: '99',
routine: 'truncate_identifier'
}
{
severity_local: 'NOTICE',
severity: 'NOTICE',
code: '42622',
message: `identifier "varchar GENERATED ALWAYS AS (prefix || lpad(number::varchar, 4, '0')) STORED" will be truncated to "varchar GENERATED ALWAYS AS (prefix || lpad(number::varchar, 4,"`,
file: 'scansup.c',
line: '99',
routine: 'truncate_identifier'
}
19 replies
CDCloudflare Developers
Created by Jorge on 10/24/2023 in #pages-help
Deployments keep failing ❌
got it thanks
56 replies
CDCloudflare Developers
Created by Jorge on 10/24/2023 in #pages-help
Deployments keep failing ❌
23:06:54.909 ✨ Success! Uploaded 0 files (10 already uploaded) (0.43 sec)
23:06:54.910
23:06:55.201 ✨ Upload complete!
23:06:59.721 Success: Assets published!
23:07:20.058 Error: Failed to publish your Function. Got error: Unknown internal error occurred.
23:06:54.909 ✨ Success! Uploaded 0 files (10 already uploaded) (0.43 sec)
23:06:54.910
23:06:55.201 ✨ Upload complete!
23:06:59.721 Success: Assets published!
23:07:20.058 Error: Failed to publish your Function. Got error: Unknown internal error occurred.
is something internal broken
56 replies
DTDrizzle Team
Created by sexnine on 7/6/2023 in #help
[Relational Queries] Nullable one-to-one relationship
woah thanks it helped
8 replies