Fix (missing comma
This commit is contained in:
parent
d12acbf756
commit
d50eefba9f
@ -82,7 +82,7 @@ CREATE TABLE channel_members (
|
||||
type ENUM ('owner', 'member') NOT NULL DEFAULT 'member',
|
||||
|
||||
created_at DATETIME NOT NULL DEFAULT NOW(),
|
||||
updated_at DATETIME NULL
|
||||
updated_at DATETIME NULL,
|
||||
|
||||
PRIMARY KEY (rel_channel, rel_user)
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user