1
2
3
4
5
6
7
8
table! {
    users_skill (id) {
        id -> Int4,
        name -> Text,
        description -> Text,
        allocation_logic -> Text,
    }
}