3 lines
90 B
SQL
3 lines
90 B
SQL
CREATE TABLE IF NOT EXISTS options_features (
|
|
id INTEGER GENERATED ALWAYS AS IDENTITY
|
|
); |