feat: add a project model
This commit is contained in:
8
src/schema/mod.rs
Normal file
8
src/schema/mod.rs
Normal file
@ -0,0 +1,8 @@
|
||||
// @generated automatically by Diesel CLI.
|
||||
|
||||
diesel::table! {
|
||||
projects (id) {
|
||||
id -> Int4,
|
||||
title -> Text,
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user