PublicKey-Backend/drizzle/0000_talented_eternity.sql

5 lines
103 B
MySQL
Raw Normal View History

2024-12-11 21:06:26 +00:00
CREATE TABLE `PublicKeys` (
`deviceID` integer PRIMARY KEY NOT NULL,
`publicKeyPem` text NOT NULL
);