Files
wiktlarp-tf2/migrations/2026-08-04-180241-0000_create-words/up.sql
T
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
)