Notes/sql/0009.sql
2023-07-12 22:35:38 +02:00

2 lines
65 B
SQL

CREATE SEQUENCE aes_ccm_counter AS int8 INCREMENT BY 1 NO CYCLE;