add fix
This commit is contained in:
parent
ae5301a222
commit
339360ccaa
@ -134,7 +134,7 @@ CREATE TABLE IF NOT EXISTS streamers_widgets_pages (
|
||||
CREATE TABLE IF NOT EXISTS streamers_online (
|
||||
id UUID NOT NULL PRIMARY KEY DEFAULT uuid_generate_v4(),
|
||||
streamer_id INTEGER NOT NULL,
|
||||
created_at TIMESTAMPTZ NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
created_at TIMESTAMPTZ NOT NULL DEFAULT CURRENT_TIMESTAMP
|
||||
);
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user