3 lines
128 B
MySQL
3 lines
128 B
MySQL
|
|
ALTER TABLE computer_artifacts ADD COLUMN snapshot_ref TEXT
|
||
|
|
CHECK(snapshot_ref IS NULL OR snapshot_ref ~ '^[0-9a-f]{64}$');
|