table! { data (identity) { identity -> Binary, entity -> Binary, entity_searchable -> Nullable, attribute -> Text, value_str -> Nullable, value_num -> Nullable, immutable -> Bool, provenance -> Text, timestamp -> Timestamp, } } table! { meta (id) { id -> Integer, key -> Text, value -> Text, } } allow_tables_to_appear_in_same_query!( data, meta, );