Diesel migrations
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- This file should undo anything in `up.sql`
|
||||
DROP TABLE chats
|
||||
@@ -0,0 +1,5 @@
|
||||
-- Your SQL goes here
|
||||
CREATE TABLE chats (
|
||||
id BIGINT PRIMARY KEY,
|
||||
name TEXT NOT NULL
|
||||
)
|
||||
Reference in New Issue
Block a user