User Tools

Site Tools


Sidebar

Dan's Wiki

DokuWiki Instructions (local) DokuWiki Manual
Site Checker (Orphans Wanted)

Edit Sidebar

projects:stopstogo:stopstogo:dbtables

This is an old revision of the document!


StopsToGo Database Tables

Table NameColumnSpecNotes
ORGAN_STOP_IDvarchar(100)Main ID, required field,
value suggest by Android (1)
ROOT_IDvarchar(100)Specifies the main root ID, if this is a synonym
NAMEvarchar(200)Stop Name
NAME_LANGUAGEvarchar(100)Language of the stop name, e.g., German, Dutch
create table ORGAN_STOP (_ID varchar(100) PRIMARY KEY, 
ROOT_ID varchar(100),
NAME varchar(200),
NAME_LANGUAGE varchar(100))
projects/stopstogo/stopstogo/dbtables.1431059809.txt.gz · Last modified: 2015/05/08 04:36 by dwheele