feat: add diesel, but not works
This commit is contained in:
8
__database/diesel/src/schema.rs
Normal file
8
__database/diesel/src/schema.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
table! {
|
||||
posts (id) {
|
||||
id -> Nullable<Integer>,
|
||||
title -> Text,
|
||||
body -> Text,
|
||||
published -> Bool,
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user