This commit is contained in:
@@ -5,7 +5,7 @@ export const up = (pgm) => {
|
|||||||
file TEXT,
|
file TEXT,
|
||||||
image BYTEA,
|
image BYTEA,
|
||||||
created_at TIMESTAMP DEFAULT NOW(),
|
created_at TIMESTAMP DEFAULT NOW(),
|
||||||
updated_at TIMESTAMP DEFAULT NOW(),
|
updated_at TIMESTAMP DEFAULT NOW()
|
||||||
);
|
);
|
||||||
`)
|
`)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user