mirror of
https://github.com/tursodatabase/libsql.git
synced 2025-08-07 00:21:38 +00:00
5 lines
56 B
Plaintext
5 lines
56 B
Plaintext
|
|
PRAGMA page_size = 512;
|
|
CREATE TABLE t1(a, b, c);
|
|
|