ObjectType TINYBLOB NOT NULL,
ObjectName TINYBLOB NOT NULL,
ObjectSource TINYBLOB NOT NULL,
+ ObjectUUID TINYBLOB NOT NULL,
+ ObjectSize bigint NOT NULL,
primary key (ObjectId)
);
ObjectType text not null,
ObjectName text not null,
ObjectSource text not null,
+ ObjectUUID text not null,
+ ObjectSize bigint not null,
primary key (ObjectId)
);
ObjectType text not null,
ObjectName text not null,
ObjectSource text not null,
+ ObjectUUID text not null,
+ ObjectSize integer not null,
primary key (ObjectId)
);
ObjectType TINYBLOB NOT NULL,
ObjectName TINYBLOB NOT NULL,
ObjectSource TINYBLOB NOT NULL,
+ ObjectUUID TINYBLOB NOT NULL,
+ ObjectSize BIGINT NOT NULL,
primary key (ObjectId)
);
ObjectType text not null,
ObjectName text not null,
ObjectSource text not null,
+ ObjectUUID text not null,
+ ObjectSize bigint not null,
primary key (ObjectId)
);
ObjectType text not null,
ObjectName text not null,
ObjectSource text not null,
+ ObjectUUID text not null,
+ ObjectSize integer not null,
primary key (ObjectId)
);
ObjectType TINYBLOB NOT NULL,
ObjectName TINYBLOB NOT NULL,
ObjectSource TINYBLOB NOT NULL,
+ ObjectUUID TINYBLOB NOT NULL,
+ ObjectSize BIGINT NOT NULL,
primary key (ObjectId)
);
ObjectType text not null,
ObjectName text not null,
ObjectSource text not null,
+ ObjectUUID text not null,
+ ObjectSize bigint not null,
primary key (ObjectId)
);