syntax error

This commit is contained in:
Stefan Midjich 2017-03-06 09:29:01 +01:00
parent 2c1df933c1
commit fb62ce5230
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
create type if not exists inet_protocol as enum ('tcp', 'udp');
create type inet_protocol as enum ('tcp', 'udp');
create table if not exists client (
client_id uuid NOT NULL primary key unique,