mirror of
https://github.com/Noratrieb/karlheinz.git
synced 2026-01-15 23:15:01 +01:00
database
This commit is contained in:
parent
cc8646baff
commit
90ed6e1533
13 changed files with 224 additions and 711 deletions
8
src/schema.rs
Normal file
8
src/schema.rs
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
table! {
|
||||
posts (id) {
|
||||
id -> Int4,
|
||||
author -> Varchar,
|
||||
title -> Varchar,
|
||||
body -> Varchar,
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue