pub fn apply_primary_key_columns( table: &str, constraint: &TableKeyConstraint, columns: &mut [ColumnDef], ) -> Result<(), String>
Apply the NOT NULL requirement of a primary key to the stored column candidate.