Some checks failed
cargo devel CI / cargo CI (push) Failing after 32s
10 lines
181 B
Rust
10 lines
181 B
Rust
// @generated automatically by Diesel CLI.
|
|
|
|
diesel::table! {
|
|
posts (id) {
|
|
id -> Integer,
|
|
title -> Text,
|
|
body -> Text,
|
|
published -> Bool,
|
|
}
|
|
}
|