If you define a column as Nullable in your Schema, then an Integer type is used i.e. you need to be able to store a null value; otherwise, an int will be used.
確定! 回上一頁