An attribute on a field, e.g. @db.TinyBlob.
@db.TinyBlob
True if the attribute has two at-signs (e.g. @@id), false otherwise (e.g. @id).
@@id
@id
Name of the attribute. This includes any namespace-like component, e.g. for @db.TinyBlob(...), the name will be db.TinyBlob
@db.TinyBlob(...)
db.TinyBlob
List of arguments provided to this attribute within brackets (...). Empty if none are provided.
(...)