mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-12 23:14:36 +01:00
10 lines
102 B
PL/PgSQL
10 lines
102 B
PL/PgSQL
BEGIN;
|
|
|
|
CREATE TABLE user_binaries
|
|
(
|
|
id int PRIMARY KEY,
|
|
type2 bytea,
|
|
type3 bytea
|
|
);
|
|
|
|
END; |