1
0
Fork 0
mirror of https://git.42l.fr/neil/sncf.git synced 2024-05-05 07:23:13 +02:00
sncf/src/database/schema.rs
2020-08-19 01:21:42 +02:00

11 lines
205 B
Rust

table! {
form (id) {
id -> Integer,
created_at -> Timestamp,
lastvisit_at -> Timestamp,
token -> Text,
nc_username -> Text,
nc_password -> Text,
}
}