create table tb(
a int,
b int,
c int  ???    ---设置字段C 为a+b的和;
)