<img width="854" height="750" alt="Image" src="https://github.com/user-attachments/assets/6e81d7b1-fcf1-49cf-b081-d64c0683eebb" /> ```rust #[derive(Debug)] #[spacetimedb::table(accessor = skingroup, public)] pub struct Skingroup { #[primary_key] pub sg_id: i32, pub include_skin: Vec<i64>, } ``` And sql result in cli has no seperator. <img width="2222" height="251" alt="Image" src="https://github.com/user-attachments/assets/cfcb8ae5-f3ca-40f0-a14c-e0e3e4f4d0c1" />