pub trait ColumnType: Send + Copy + Sync + 'static { }
impl ColumnType for Complex
impl ColumnType for Simple