提交 6b2c20a4 authored 作者: Thomas Mueller's avatar Thomas Mueller

JaQu: the maximum length of a column can now be defined using maxLength.

上级 78199bd1
...@@ -43,6 +43,7 @@ public class Product implements Table { ...@@ -43,6 +43,7 @@ public class Product implements Table {
public void define() { public void define() {
tableName("Product"); tableName("Product");
primaryKey(productId); primaryKey(productId);
maxLength(category, 255);
index(productName, category); index(productName, category);
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论