Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_null
Function · 0.45
char_null
Function · 0.45
string_len_null
Function · 0.45
string_null
Function · 0.45
text_null
Function · 0.45
tiny_integer_null
Function · 0.45
small_integer_null
Function · 0.45
integer_null
Function · 0.45
big_integer_null
Function · 0.45
tiny_unsigned_null
Function · 0.45
small_unsigned_null
Function · 0.45
unsigned_null
Function · 0.45
Calls
1
nullable
Method · 0.80
Tested by
15
def
Method · 0.36
def
Method · 0.36
def
Method · 0.36
def
Method · 0.36
def
Method · 0.36
def
Method · 0.36
def
Method · 0.36
def
Method · 0.36
def
Method · 0.36
def
Method · 0.36
def
Method · 0.36
def
Method · 0.36