2 lines
51 B
Text
2 lines
51 B
Text
|
|
CREATE TYPE state AS ENUM ('on', 'off', 'broken');
|
|
|
CREATE TYPE state AS ENUM ('on', 'off', 'broken');
|