@@ -0,0 +1,2 @@
|
||||
-- This file should undo anything in `up.sql`
|
||||
drop table words
|
||||
@@ -0,0 +1,6 @@
|
||||
-- Your SQL goes here
|
||||
create table words (
|
||||
id integer not null primary key autoincrement,
|
||||
word varchar not null,
|
||||
info text not null
|
||||
)
|
||||
Reference in New Issue
Block a user