Naming Conventions
Standard Account Names
- Can only contain the characters
.abcdefghijklmnopqrstuvwxyz12345
.a-z
(lowercase),1-5
and.
(period) - Must start with a letter
- Must be 12 characters
Table Names
- Can only contain up to 12 alpha characters
Structs
- Can only contain up to 12 alpha characters
Symbols
- Must be capitalized alpha characters between A and Z
- Must be 7 characters or less
Updated less than a minute ago