Files
msyds 793e2deae8
build / build (push) Successful in 19s
idk push for pais
2026-08-16 17:00:56 -06:00

7 lines
155 B
SQL

-- Your SQL goes here
create table words (
id integer not null primary key autoincrement,
word varchar not null,
info text not null
)