status-go/appdatabase/migrations/sql/0013_identity_images.up.sql

10 lines
193 B
MySQL
Raw Normal View History

2020-10-26 12:39:12 +00:00
CREATE TABLE IF NOT EXISTS identity_images(
type VARCHAR,
image_payload BLOB NOT NULL,
width int,
height int
filesize int,
resize_target int,
) WITHOUT ROWID;