mirror of
https://github.com/Noratrieb/karlheinz.git
synced 2026-01-14 14:35:03 +01:00
8 lines
132 B
Rust
8 lines
132 B
Rust
table! {
|
|
posts (id) {
|
|
id -> Int4,
|
|
author -> Varchar,
|
|
title -> Varchar,
|
|
body -> Varchar,
|
|
}
|
|
}
|