mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-13 15:34:38 +01:00
objects v3
This commit is contained in:
11
patch-schema/dbuserbinaries.sql
Normal file
11
patch-schema/dbuserbinaries.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
BEGIN;
|
||||
|
||||
CREATE TABLE user_binaries
|
||||
(
|
||||
id int PRIMARY KEY,
|
||||
type1 bytea,
|
||||
type2 bytea,
|
||||
type3 bytea
|
||||
);
|
||||
|
||||
END;
|
||||
Reference in New Issue
Block a user