view_table_maps


Columns

Column Type Size Nulls Auto Default Children Parents Comments
map_id INT 10 0

Primary id for this table. This uniquely identifies the row.

map_name VARCHAR 255 null

Describes the map.

map_description MEDIUMTEXT 16777215 null

The name of this map.

user_id INT 10 null

Foreign key to Gatekeeper users (Gatekeeper users.id).

visibility BIT 1 1

Determines if the map is visible to the Germinate interface or hidden.

marker_count BIGINT 19 0

View Definition


Possibly Referenced Tables/Views