From ed5640d8b587fbcfed7dd7967f3de04b37a76f26 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 11:06:44 +0200 Subject: Adding upstream version 4:7.4.7. Signed-off-by: Daniel Baumann --- .../source/text/sdatabase/tablewizard02.xhp | 63 ++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 helpcontent2/source/text/sdatabase/tablewizard02.xhp (limited to 'helpcontent2/source/text/sdatabase/tablewizard02.xhp') diff --git a/helpcontent2/source/text/sdatabase/tablewizard02.xhp b/helpcontent2/source/text/sdatabase/tablewizard02.xhp new file mode 100644 index 000000000..59f972f45 --- /dev/null +++ b/helpcontent2/source/text/sdatabase/tablewizard02.xhp @@ -0,0 +1,63 @@ + + + + + +Table Wizard - Set Types and Formats +/text/sdatabase/tablewizard02.xhp + + + +
+

Table Wizard - Set Types and Formats

+Specifies the field information for your selected fields. +
+

Selected fields

+Select a field in order to edit the field information. + +

+Remove the selected field from the list box. +

+

+Add a new data field to the list box. +

Field information

+

Field name

+Displays the name of the selected data field. If you want, you can enter a new name. + +

Field type

+Select a field type. +

AutoValue

+If set to Yes, the values for this data field are generated by the database engine. +

Entry required

+If set to Yes, this field must not be empty.not in spec doc + +

Length

+Specifies the number of characters for the data field. + +

Decimal places

+Specifies the number of decimal places for the data field. This option is only available for numerical or decimal data fields. + +

Default value

+Specifies the default value for a Yes/No field. +

Auto-increment statement

+Enter the SQL command specifier that instructs the data source to auto-increment a specified Integer data field. For example, the following MySQL statement used the AUTO_INCREMENT statement to increase the "id" field each time the statement creates a data field: +CREATE TABLE "table1" ("id" INTEGER AUTO_INCREMENT) +For this example, you must enter AUTO_INCREMENT into the Auto-increment statement box. +Table Wizard - Set primary key + +
-- cgit v1.2.3