Notes/sql/00009.sql
2024-01-05 20:00:02 +01:00

2 lines
65 B
SQL

CREATE SEQUENCE aes_ccm_counter AS int8 INCREMENT BY 1 NO CYCLE;