mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-08 16:21:32 +00:00
2 lines
56 B
SQL
2 lines
56 B
SQL
CREATE TABLE p(a UNIQUE,PRIMARY KEY('a'))WITHOUT rowid;
|