From 95b3508d2397b64c7c63bd3586e524998f194e36 Mon Sep 17 00:00:00 2001 From: tom barrett Date: Fri, 29 Mar 2019 11:21:02 -0500 Subject: just moved serde value to a string --- src/schema.rs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/schema.rs') diff --git a/src/schema.rs b/src/schema.rs index 71abe49..c258603 100644 --- a/src/schema.rs +++ b/src/schema.rs @@ -2,12 +2,6 @@ table! { masses (id) { id -> Nullable, name -> Varchar, - pos_x -> Double, - pos_y -> Double, - pos_z -> Double, - vel_x -> Double, - vel_y -> Double, - vel_z -> Double, - type_data -> Jsonb, + mass -> Varchar, } } -- cgit v1.2.3