Plume/src/schema.rs
Bat f060fa08af Initial commit
With instance configuration
2018-04-22 14:35:37 +01:00

11 lines
198 B
Rust

table! {
instances (id) {
id -> Int4,
local_domain -> Varchar,
public_domain -> Varchar,
name -> Varchar,
local -> Bool,
blocked -> Bool,
}
}