creddy/src-tauri/migrations/20221201002355_initial.sql

8 lines
143 B
MySQL
Raw Normal View History

2022-12-01 00:27:59 +00:00
-- Add migration script here
CREATE TABLE credentials (
access_key_id TEXT,
secret_key_enc BLOB,
nonce BLOB,
expires INTEGER
)