0

我想知道我需要使用什么数据类型来进行描述。

例子:

Baseball cap by adidas Originals 
-   Made from cotton
-   Embroidered brand logo to the front
-   Five panel styling
-   Ventilation holes to the side

我需要使用什么数据类型,所以当我想使用这些数据时,它仍然包含空格和缩进?

4

2 回答 2

0

它与数据类型无关。您可以使用varchartext。如果您尝试呈现为 HTML,那么您需要在<pre>标签之间呈现它。

于 2013-02-12T12:52:43.070 回答
0

Your text will be saved as it is, your text render is the one that has to understand the line breaks, indents, etc.

You can use any alphanumeric datatype.

于 2013-02-12T12:54:49.373 回答