gnuworld/doc/update_exceptionalChannels_...

9 lines
136 B
SQL

-- Create the exceptional channels table
CREATE TABLE exceptionalChannels (
id serial,
name text unique not null
);