mirror of
https://github.com/Mezeporta/Erupe.git
synced 2026-02-04 17:22:16 +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; |