Код: Выделить всё
@Column
final String someString;
< /code>
будет Somestring varchar (255) null < /code> < /p>
@Column(length = 1337)
final String someString;
< /code>
даст разумного варчара (1337) null < /code>. < /p>
Но как я могу получить его для создания сомосеского varchar (max) null < /code>? ColumnDefinition Подробнее здесь: https://stackoverflow.com/questions/164 ... max-in-ddl