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

Method null

src/entity/column.rs:374–376  ·  view source on GitHub ↗

Mark the column as nullable

(self)

Source from the content-addressed store, hash-verified

372
373 /// Mark the column as nullable
374 pub fn null(self) -> Self {
375 self.nullable()
376 }
377
378 /// Mark the column as nullable
379 pub fn nullable(mut self) -> Self {

Callers 15

char_len_nullFunction · 0.45
char_nullFunction · 0.45
string_len_nullFunction · 0.45
string_nullFunction · 0.45
text_nullFunction · 0.45
tiny_integer_nullFunction · 0.45
small_integer_nullFunction · 0.45
integer_nullFunction · 0.45
big_integer_nullFunction · 0.45
tiny_unsigned_nullFunction · 0.45
small_unsigned_nullFunction · 0.45
unsigned_nullFunction · 0.45

Calls 1

nullableMethod · 0.80

Tested by 15

defMethod · 0.36
defMethod · 0.36
defMethod · 0.36
defMethod · 0.36
defMethod · 0.36
defMethod · 0.36
defMethod · 0.36
defMethod · 0.36
defMethod · 0.36
defMethod · 0.36
defMethod · 0.36
defMethod · 0.36