[Feature] #1655
mamaspercil8
started this conversation in
Feature requests
[Feature]
#1655
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Area
Installation or updates
Problem
ALTER TABLE hardware ADD COLUMN ram VARCHAR(32);
UPDATE hardware
SET ram = '512GB'
WHERE name = 'ccrtl';
Proposed direction
ALTER TABLE hardware ADD COLUMN ram VARCHAR(32);
UPDATE hardware
SET ram = '512GB'
WHERE name = 'ccrtl';
Alternatives considered
No response
Additional context
ALTER TABLE hardware ADD COLUMN ram VARCHAR(32);
UPDATE hardware
SET ram = '512GB'
WHERE name = 'ccrtl';
All reactions