2 lines
65 B
MySQL
2 lines
65 B
MySQL
|
CREATE SEQUENCE aes_ccm_counter AS int8 INCREMENT BY 1 NO CYCLE;
|