NoteFormModel
Join row mirroring FORM rich-text blocks embedded in a Note.
Source of truth is the rich-text block payload; this row is a queryable projection reconciled by the form module's NoteContentUpdatedEvent listener whenever note content changes. See spec §3.6.
form: Formform_id: strnote: NoteInitialize self. See help(type(self)) for accurate signature.
bool - Truebool - Falsebool - Falsebool - Truebool - FalseBaseModelAnyMethod call after all the table are inited
Useful when use DeferredForeignKey to create the foreign key manually latter
Method call after the table is created
Usefull to create the full text indexes
AnyAnybool - Truebool - TrueAnyAnybool - Truebool - TrueAnyAnyAnyAnyAnyReturns the name of the class
bool - Falsebool - Falsebool - FalsestrReturns True if the column exists in the table
strboolstrintAnyCreate a foreign key for a Foreign key field only if the foreign key does not exists
ForeignKeyFieldMethod to create a full text index
liststrCreate model table
AnyRemove the join row for (note, form). No-op if absent.
strstrDrop model table
Execute a raw SQL query. Can use the [TABLE_NAME] to replace by the table name
strAnyAnystrboolReturns the full name of the class
bool - Falsebool - FalsestrAnyAnystrModelSelectAnystrlistDatabaseProxyReturns the (current) DbManager of this model
AbstractDbManagerModelMetadataAnyAnystrlistReturns the table name of this class
str | NonestrstrboolAnyReturns True if the index exists in the table
strboolGet all the classes that inherit this class
listAnyAnyAnyAnyAnyAnyReturns True if the class has a table name defined
boolAnyAnyAnyAnyAnyAnyPerforms full-text search on the field. Must be overrided by child class to work
strstr | NoneModelSelectAnyAnyAnyAnyAnyAnyInsert a (note, form) row if missing, or update is_owner if it drifted. Used by the NoteContentUpdatedEvent listener to reconcile the join with rich-text content; centralizes the composite-key insert/update dance in one place.
strstrboolAny