pub type SqlType = (Integer, Text, Text, Numeric, BigInt, Text, Nullable<Bytea>, Text, Text);Expand description
The SQL type of all of the columns on this table
pub type SqlType = (Integer, Text, Text, Numeric, BigInt, Text, Nullable<Bytea>, Text, Text);The SQL type of all of the columns on this table