objects v3.1

This commit is contained in:
wish
2022-08-02 05:21:03 +10:00
parent f8afa42707
commit e0b1b7eab2
3 changed files with 14 additions and 4 deletions

View File

@@ -3,7 +3,6 @@ BEGIN;
CREATE TABLE user_binaries
(
id int PRIMARY KEY,
type1 bytea,
type2 bytea,
type3 bytea
);