-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
The spec for this file feels rather useless unless some minimal set of standard types is defined. A well-defined schema would allow an database import tool to construct the appropriate table in the database. Without a standard set fallback to "string" would be needed when an unknown type was encountered.
I would propose as a minimum:
- boolean (true/false, 0/1)
- int (byte/short/long?)
- float (float/double)
- date (datetime)
- string (might be worth specifying ascii vs unicode)
- binary (Base64)
Possibly also include:
- guid
- time (timespan/duration)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed