objects v3

This commit is contained in:
wish
2022-08-02 04:37:19 +10:00
parent a020ad88d0
commit ab51588e9e
8 changed files with 92 additions and 94 deletions

View File

@@ -0,0 +1,11 @@
BEGIN;
CREATE TABLE user_binaries
(
id int PRIMARY KEY,
type1 bytea,
type2 bytea,
type3 bytea
);
END;