0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2025-03-02 04:06:02 +00:00

5 lines
109 B
Plaintext
Raw Permalink Normal View History

CREATE TABLE t2(a, b, c REAL, d, e, PRIMARY KEY(a,b)) WITHOUT ROWID;
CREATE UNIQUE INDEX t2c ON t2(c);