mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
CREATE INDEX statements on table page, closes #618
This commit is contained in:
parent
deeef8da96
commit
a5defb684f
3 changed files with 46 additions and 1 deletions
|
|
@ -514,6 +514,7 @@ CREATE TABLE compound_three_primary_keys (
|
|||
content text,
|
||||
PRIMARY KEY (pk1, pk2, pk3)
|
||||
);
|
||||
CREATE INDEX idx_compound_three_primary_keys_content ON compound_three_primary_keys(content);
|
||||
|
||||
CREATE TABLE foreign_key_references (
|
||||
pk varchar(30) primary key,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue