diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TAuthor.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TAuthor.java index addbb94929..c7469a82b3 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TAuthor.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TAuthor.java @@ -9,7 +9,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings("all") public class TAuthor extends org.jooq.impl.UpdatableTableImpl { - private static final long serialVersionUID = -1535164315; + private static final long serialVersionUID = -643028853; /** * The singleton instance of public.t_author @@ -32,12 +32,12 @@ public class TAuthor extends org.jooq.impl.UpdatableTableImplpublic.t_author.first_name. */ - public final org.jooq.TableField FIRST_NAME = createField("first_name", org.jooq.impl.SQLDataType.VARCHAR, this); + public final org.jooq.TableField FIRST_NAME = createField("first_name", org.jooq.impl.SQLDataType.VARCHAR.length(50), this); /** * The column public.t_author.last_name. */ - public final org.jooq.TableField LAST_NAME = createField("last_name", org.jooq.impl.SQLDataType.VARCHAR, this); + public final org.jooq.TableField LAST_NAME = createField("last_name", org.jooq.impl.SQLDataType.VARCHAR.length(50), this); /** * The column public.t_author.date_of_birth. diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TBook.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TBook.java index df8ecaffb4..1523199dc3 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TBook.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TBook.java @@ -9,7 +9,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings("all") public class TBook extends org.jooq.impl.UpdatableTableImpl { - private static final long serialVersionUID = -1500332713; + private static final long serialVersionUID = -481279776; /** * The singleton instance of public.t_book @@ -47,7 +47,7 @@ public class TBook extends org.jooq.impl.UpdatableTableImplpublic.t_book.title. */ - public final org.jooq.TableField TITLE = createField("title", org.jooq.impl.SQLDataType.VARCHAR, this); + public final org.jooq.TableField TITLE = createField("title", org.jooq.impl.SQLDataType.VARCHAR.length(400), this); /** * The column public.t_book.published_in. diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TBookStore.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TBookStore.java index dfdcad6ac2..f5ddd96278 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TBookStore.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TBookStore.java @@ -9,7 +9,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings("all") public class TBookStore extends org.jooq.impl.UpdatableTableImpl { - private static final long serialVersionUID = 494017524; + private static final long serialVersionUID = 1720948043; /** * The singleton instance of public.t_book_store @@ -27,7 +27,7 @@ public class TBookStore extends org.jooq.impl.UpdatableTableImplpublic.t_book_store.name. */ - public final org.jooq.TableField NAME = createField("name", org.jooq.impl.SQLDataType.VARCHAR, this); + public final org.jooq.TableField NAME = createField("name", org.jooq.impl.SQLDataType.VARCHAR.length(400), this); /** * Create a public.t_book_store table reference diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TBookToBookStore.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TBookToBookStore.java index 6a2760ec00..e4e0518a71 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TBookToBookStore.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TBookToBookStore.java @@ -9,7 +9,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings("all") public class TBookToBookStore extends org.jooq.impl.UpdatableTableImpl { - private static final long serialVersionUID = 1032423007; + private static final long serialVersionUID = -831630360; /** * The singleton instance of public.t_book_to_book_store @@ -27,7 +27,7 @@ public class TBookToBookStore extends org.jooq.impl.UpdatableTableImplpublic.t_book_to_book_store.book_store_name. */ - public final org.jooq.TableField BOOK_STORE_NAME = createField("book_store_name", org.jooq.impl.SQLDataType.VARCHAR, this); + public final org.jooq.TableField BOOK_STORE_NAME = createField("book_store_name", org.jooq.impl.SQLDataType.VARCHAR.length(400), this); /** * The column public.t_book_to_book_store.book_id. diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TBooleans.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TBooleans.java index 5cc9e28102..3ddcc0189a 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TBooleans.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TBooleans.java @@ -9,7 +9,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings("all") public class TBooleans extends org.jooq.impl.UpdatableTableImpl { - private static final long serialVersionUID = -461535411; + private static final long serialVersionUID = -1932128239; /** * The singleton instance of public.t_booleans @@ -37,32 +37,32 @@ public class TBooleans extends org.jooq.impl.UpdatableTableImplpublic.t_booleans.true_false_lc. */ - public final org.jooq.TableField TRUE_FALSE_LC = createField("true_false_lc", org.jooq.impl.SQLDataType.VARCHAR.asConvertedDataType(new org.jooq.test._.converters.Boolean_TF_LC_Converter()), this); + public final org.jooq.TableField TRUE_FALSE_LC = createField("true_false_lc", org.jooq.impl.SQLDataType.VARCHAR.length(5).asConvertedDataType(new org.jooq.test._.converters.Boolean_TF_LC_Converter()), this); /** * The column public.t_booleans.true_false_uc. */ - public final org.jooq.TableField TRUE_FALSE_UC = createField("true_false_uc", org.jooq.impl.SQLDataType.VARCHAR.asConvertedDataType(new org.jooq.test._.converters.Boolean_TF_UC_Converter()), this); + public final org.jooq.TableField TRUE_FALSE_UC = createField("true_false_uc", org.jooq.impl.SQLDataType.VARCHAR.length(5).asConvertedDataType(new org.jooq.test._.converters.Boolean_TF_UC_Converter()), this); /** * The column public.t_booleans.yes_no_lc. */ - public final org.jooq.TableField YES_NO_LC = createField("yes_no_lc", org.jooq.impl.SQLDataType.VARCHAR.asConvertedDataType(new org.jooq.test._.converters.Boolean_YES_NO_LC_Converter()), this); + public final org.jooq.TableField YES_NO_LC = createField("yes_no_lc", org.jooq.impl.SQLDataType.VARCHAR.length(3).asConvertedDataType(new org.jooq.test._.converters.Boolean_YES_NO_LC_Converter()), this); /** * The column public.t_booleans.yes_no_uc. */ - public final org.jooq.TableField YES_NO_UC = createField("yes_no_uc", org.jooq.impl.SQLDataType.VARCHAR.asConvertedDataType(new org.jooq.test._.converters.Boolean_YES_NO_UC_Converter()), this); + public final org.jooq.TableField YES_NO_UC = createField("yes_no_uc", org.jooq.impl.SQLDataType.VARCHAR.length(3).asConvertedDataType(new org.jooq.test._.converters.Boolean_YES_NO_UC_Converter()), this); /** * The column public.t_booleans.y_n_lc. */ - public final org.jooq.TableField Y_N_LC = createField("y_n_lc", org.jooq.impl.SQLDataType.CHAR.asConvertedDataType(new org.jooq.test._.converters.Boolean_YN_LC_Converter()), this); + public final org.jooq.TableField Y_N_LC = createField("y_n_lc", org.jooq.impl.SQLDataType.CHAR.length(1).asConvertedDataType(new org.jooq.test._.converters.Boolean_YN_LC_Converter()), this); /** * The column public.t_booleans.y_n_uc. */ - public final org.jooq.TableField Y_N_UC = createField("y_n_uc", org.jooq.impl.SQLDataType.CHAR.asConvertedDataType(new org.jooq.test._.converters.Boolean_YN_UC_Converter()), this); + public final org.jooq.TableField Y_N_UC = createField("y_n_uc", org.jooq.impl.SQLDataType.CHAR.length(1).asConvertedDataType(new org.jooq.test._.converters.Boolean_YN_UC_Converter()), this); /** * The column public.t_booleans.vc_boolean. diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TLanguage.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TLanguage.java index cbe2ef3e20..3ce2e7e015 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TLanguage.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/TLanguage.java @@ -9,7 +9,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings("all") public class TLanguage extends org.jooq.impl.UpdatableTableImpl { - private static final long serialVersionUID = -1894852493; + private static final long serialVersionUID = 1541584336; /** * The singleton instance of public.t_language @@ -27,17 +27,17 @@ public class TLanguage extends org.jooq.impl.UpdatableTableImplpublic.t_language.cd. */ - public final org.jooq.TableField CD = createField("cd", org.jooq.impl.SQLDataType.CHAR, this); + public final org.jooq.TableField CD = createField("cd", org.jooq.impl.SQLDataType.CHAR.length(2), this); /** * The column public.t_language.description. */ - public final org.jooq.TableField DESCRIPTION = createField("description", org.jooq.impl.SQLDataType.VARCHAR, this); + public final org.jooq.TableField DESCRIPTION = createField("description", org.jooq.impl.SQLDataType.VARCHAR.length(50), this); /** * The column public.t_language.description_english. */ - public final org.jooq.TableField DESCRIPTION_ENGLISH = createField("description_english", org.jooq.impl.SQLDataType.VARCHAR, this); + public final org.jooq.TableField DESCRIPTION_ENGLISH = createField("description_english", org.jooq.impl.SQLDataType.VARCHAR.length(50), this); /** * The column public.t_language.id. diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/T_639NumbersTable.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/T_639NumbersTable.java index d575415e4d..ddceef266b 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/T_639NumbersTable.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/T_639NumbersTable.java @@ -9,7 +9,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings("all") public class T_639NumbersTable extends org.jooq.impl.UpdatableTableImpl { - private static final long serialVersionUID = 1534953377; + private static final long serialVersionUID = -1496351383; /** * The singleton instance of public.t_639_numbers_table @@ -67,12 +67,12 @@ public class T_639NumbersTable extends org.jooq.impl.UpdatableTableImplpublic.t_639_numbers_table.big_integer. */ - public final org.jooq.TableField BIG_INTEGER = createField("big_integer", org.jooq.impl.SQLDataType.DECIMAL_INTEGER, this); + public final org.jooq.TableField BIG_INTEGER = createField("big_integer", org.jooq.impl.SQLDataType.DECIMAL_INTEGER.precision(22), this); /** * The column public.t_639_numbers_table.big_decimal. */ - public final org.jooq.TableField BIG_DECIMAL = createField("big_decimal", org.jooq.impl.SQLDataType.NUMERIC, this); + public final org.jooq.TableField BIG_DECIMAL = createField("big_decimal", org.jooq.impl.SQLDataType.NUMERIC.precision(22).scale(5), this); /** * The column public.t_639_numbers_table.float. diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/T_785.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/T_785.java index 4fc4a5df37..ea85c1dfcd 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/T_785.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/T_785.java @@ -9,7 +9,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings("all") public class T_785 extends org.jooq.impl.TableImpl { - private static final long serialVersionUID = -2069958426; + private static final long serialVersionUID = 970864264; /** * The singleton instance of public.t_785 @@ -32,12 +32,12 @@ public class T_785 extends org.jooq.impl.TableImplpublic.t_785.name. */ - public final org.jooq.TableField NAME = createField("name", org.jooq.impl.SQLDataType.VARCHAR, this); + public final org.jooq.TableField NAME = createField("name", org.jooq.impl.SQLDataType.VARCHAR.length(50), this); /** * The column public.t_785.value. */ - public final org.jooq.TableField VALUE = createField("value", org.jooq.impl.SQLDataType.VARCHAR, this); + public final org.jooq.TableField VALUE = createField("value", org.jooq.impl.SQLDataType.VARCHAR.length(50), this); /** * Create a public.t_785 table reference diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/VAuthor.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/VAuthor.java index c57fd3f0a6..8485164cba 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/VAuthor.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/VAuthor.java @@ -9,7 +9,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings("all") public class VAuthor extends org.jooq.impl.TableImpl { - private static final long serialVersionUID = -365382847; + private static final long serialVersionUID = -1986931489; /** * The singleton instance of public.v_author @@ -32,12 +32,12 @@ public class VAuthor extends org.jooq.impl.TableImplpublic.v_author.first_name. */ - public final org.jooq.TableField FIRST_NAME = createField("first_name", org.jooq.impl.SQLDataType.VARCHAR, this); + public final org.jooq.TableField FIRST_NAME = createField("first_name", org.jooq.impl.SQLDataType.VARCHAR.length(50), this); /** * The column public.v_author.last_name. */ - public final org.jooq.TableField LAST_NAME = createField("last_name", org.jooq.impl.SQLDataType.VARCHAR, this); + public final org.jooq.TableField LAST_NAME = createField("last_name", org.jooq.impl.SQLDataType.VARCHAR.length(50), this); /** * The column public.v_author.date_of_birth. diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/VBook.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/VBook.java index 3b3c12a288..f8af09e969 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/VBook.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/VBook.java @@ -9,7 +9,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings("all") public class VBook extends org.jooq.impl.TableImpl { - private static final long serialVersionUID = 1425573081; + private static final long serialVersionUID = -532941840; /** * The singleton instance of public.v_book @@ -47,7 +47,7 @@ public class VBook extends org.jooq.impl.TableImplpublic.v_book.title. */ - public final org.jooq.TableField TITLE = createField("title", org.jooq.impl.SQLDataType.VARCHAR, this); + public final org.jooq.TableField TITLE = createField("title", org.jooq.impl.SQLDataType.VARCHAR.length(400), this); /** * The column public.v_book.published_in. diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/VLibrary.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/VLibrary.java index e88a0ce7f6..cf53c93270 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/VLibrary.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/VLibrary.java @@ -9,7 +9,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings("all") public class VLibrary extends org.jooq.impl.TableImpl { - private static final long serialVersionUID = 1885266855; + private static final long serialVersionUID = -1083583376; /** * The singleton instance of public.v_library @@ -32,7 +32,7 @@ public class VLibrary extends org.jooq.impl.TableImplpublic.v_library.title. */ - public final org.jooq.TableField TITLE = createField("title", org.jooq.impl.SQLDataType.VARCHAR, this); + public final org.jooq.TableField TITLE = createField("title", org.jooq.impl.SQLDataType.VARCHAR.length(400), this); /** * Create a public.v_library table reference diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/XTestCase_85.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/XTestCase_85.java index 716ab170ef..c4eb9e10a3 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/XTestCase_85.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/XTestCase_85.java @@ -9,7 +9,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings("all") public class XTestCase_85 extends org.jooq.impl.UpdatableTableImpl { - private static final long serialVersionUID = -1688168686; + private static final long serialVersionUID = -73093436; /** * The singleton instance of public.x_test_case_85 @@ -37,7 +37,7 @@ public class XTestCase_85 extends org.jooq.impl.UpdatableTableImplpublic.x_test_case_85.x_unused_name. */ - public final org.jooq.TableField X_UNUSED_NAME = createField("x_unused_name", org.jooq.impl.SQLDataType.VARCHAR, this); + public final org.jooq.TableField X_UNUSED_NAME = createField("x_unused_name", org.jooq.impl.SQLDataType.VARCHAR.length(10), this); /** * Create a public.x_test_case_85 table reference diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/XUnused.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/XUnused.java index 49bd6a6fdb..a800cefb01 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/XUnused.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/tables/XUnused.java @@ -9,7 +9,7 @@ package org.jooq.test.postgres.generatedclasses.tables; @java.lang.SuppressWarnings("all") public class XUnused extends org.jooq.impl.UpdatableTableImpl { - private static final long serialVersionUID = 1780305588; + private static final long serialVersionUID = 1011107005; /** * The singleton instance of public.x_unused @@ -32,12 +32,12 @@ public class XUnused extends org.jooq.impl.UpdatableTableImplpublic.x_unused.name. */ - public final org.jooq.TableField NAME = createField("name", org.jooq.impl.SQLDataType.VARCHAR, this); + public final org.jooq.TableField NAME = createField("name", org.jooq.impl.SQLDataType.VARCHAR.length(10), this); /** * The column public.x_unused.big_integer. */ - public final org.jooq.TableField BIG_INTEGER = createField("big_integer", org.jooq.impl.SQLDataType.DECIMAL_INTEGER, this); + public final org.jooq.TableField BIG_INTEGER = createField("big_integer", org.jooq.impl.SQLDataType.DECIMAL_INTEGER.precision(25), this); /** * The column public.x_unused.id_ref. @@ -92,12 +92,12 @@ public class XUnused extends org.jooq.impl.UpdatableTableImplpublic.x_unused.name_ref. */ - public final org.jooq.TableField NAME_REF = createField("name_ref", org.jooq.impl.SQLDataType.VARCHAR, this); + public final org.jooq.TableField NAME_REF = createField("name_ref", org.jooq.impl.SQLDataType.VARCHAR.length(10), this); /** * The column public.x_unused.FIELD 737. */ - public final org.jooq.TableField FIELD_737 = createField("FIELD 737", org.jooq.impl.SQLDataType.NUMERIC, this); + public final org.jooq.TableField FIELD_737 = createField("FIELD 737", org.jooq.impl.SQLDataType.NUMERIC.precision(25).scale(2), this); /** * Create a public.x_unused table reference diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/udt/UAddressType.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/udt/UAddressType.java index 3b67c3f937..2407bb45b1 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/udt/UAddressType.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/udt/UAddressType.java @@ -9,7 +9,7 @@ package org.jooq.test.postgres.generatedclasses.udt; @java.lang.SuppressWarnings("all") public class UAddressType extends org.jooq.impl.UDTImpl { - private static final long serialVersionUID = 1004552631; + private static final long serialVersionUID = 1174800253; /** * The singleton instance of public.u_address_type @@ -32,12 +32,12 @@ public class UAddressType extends org.jooq.impl.UDTImplpublic.u_address_type.zip. */ - public static final org.jooq.UDTField ZIP = createField("zip", org.jooq.impl.SQLDataType.VARCHAR, U_ADDRESS_TYPE); + public static final org.jooq.UDTField ZIP = createField("zip", org.jooq.impl.SQLDataType.VARCHAR.length(50), U_ADDRESS_TYPE); /** * The attribute public.u_address_type.city. */ - public static final org.jooq.UDTField CITY = createField("city", org.jooq.impl.SQLDataType.VARCHAR, U_ADDRESS_TYPE); + public static final org.jooq.UDTField CITY = createField("city", org.jooq.impl.SQLDataType.VARCHAR.length(50), U_ADDRESS_TYPE); /** * The attribute public.u_address_type.country. diff --git a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/udt/UStreetType.java b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/udt/UStreetType.java index 9a964a8a62..4a6373abaa 100644 --- a/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/udt/UStreetType.java +++ b/jOOQ-test/src/org/jooq/test/postgres/generatedclasses/udt/UStreetType.java @@ -9,7 +9,7 @@ package org.jooq.test.postgres.generatedclasses.udt; @java.lang.SuppressWarnings("all") public class UStreetType extends org.jooq.impl.UDTImpl { - private static final long serialVersionUID = -1718447588; + private static final long serialVersionUID = 632194932; /** * The singleton instance of public.u_street_type @@ -27,12 +27,12 @@ public class UStreetType extends org.jooq.impl.UDTImplpublic.u_street_type.street. */ - public static final org.jooq.UDTField STREET = createField("street", org.jooq.impl.SQLDataType.VARCHAR, U_STREET_TYPE); + public static final org.jooq.UDTField STREET = createField("street", org.jooq.impl.SQLDataType.VARCHAR.length(100), U_STREET_TYPE); /** * The attribute public.u_street_type.no. */ - public static final org.jooq.UDTField NO = createField("no", org.jooq.impl.SQLDataType.VARCHAR, U_STREET_TYPE); + public static final org.jooq.UDTField NO = createField("no", org.jooq.impl.SQLDataType.VARCHAR.length(30), U_STREET_TYPE); /** * The attribute public.u_street_type.floors.