MCPcopy Create free account
hub / github.com/SeaQL/sea-orm / comment

Method comment

src/entity/column.rs:368–371  ·  view source on GitHub ↗

Set column comment

(mut self, v: &str)

Source from the content-addressed store, hash-verified

366 }
367 /// Set column comment
368 pub fn comment(mut self, v: &str) -> Self {
369 self.comment = Some(v.into());
370 self
371 }
372
373 /// Mark the column as nullable
374 pub fn null(self) -> Self {

Callers 4

create_table_from_entityFunction · 0.45
json_schema_from_entityFunction · 0.45
create_log_tableFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected