Table:Companies2

From TestWiki
Revision as of 01:58, 9 July 2006 by HappyDog (Talk | contribs) (Some more notes)

Jump to: navigation, search

Definition

Field Type Comment
Company name string (8) I have put a rather stupid length restriction here to show you how it affects data.
Logo image  
Founded   The 'date' data type has not been defined, so this is treated as an untyped field.
Location string  
Revenue   Note that the currency data type is not implemented yet, so it is treated as a string.

Source

This is a table definition. Lines starting with > define fields in the table. All other lines are treated as standard wiki markup, so you can include anything you want. Click view source to see what the markup looks like.

Field: Company name (string,8)
I have put a rather stupid length restriction here to show you how it affects data.
Field: Logo (image)
Field: Founded (unknown type: date)
The 'date' data type has not been defined, so this is treated as an untyped field.
Field: Location (string)
Field: Revenue (unknown type: currency)
Note that the currency data type is not implemented yet, so it is treated as a string.