blob: 54b162bb0c20f939c0fe1c666c24e9d3d39643f2 [file] [log] [blame]
// @generated automatically by Diesel CLI.
diesel::table! {
posts (id) {
id -> Integer,
title -> Varchar,
body -> Text,
published -> Bool,
}
}