Radoslav Kirilov 120e6a38d5
feat: environment variables interpolation (#604)
Co-authored-by: Mike Fridman <mf192@icloud.com>
2023-12-23 15:13:19 -05:00

6 lines
134 B
SQL

CREATE TABLE ssh_keys_backup (
id integer NOT NULL,
-- insert comment here
"publicKey" text
-- insert comment there
);