Google Cloud SQL Spatial (MYSQL_GOOGLE) Writer: User Attributes

For information on the parameters in this dialog that are specific to all formats, see About Writer Feature Types: User Attributes

User attributes for this format are defined below.

Name

The name of the field to be written.

Valid values for field name include any character string devoid of SQL-offensive characters and less than 63 characters in length.

Type

The type of a column in a table. The valid values for the field type are listed below:

bigint

blob

char(width)

date

datetime

decimal(width, precision)

double(width, precision)

float(width, precision)

int

longblob

longtext

mediumblob

mediumint

mediumtext

smallint

text

time

timestamp

tinyblob

tinyint

tinytext

varchar(width)

year

Index

The type of index to create for the column.

The valid values for the index type are listed below:

BTREE (default attribute index)

HASH

PRIKEY (primary key)