menu
owl_sql package
documentation
runtime.dart
UuidColumn
UuidColumn.new constructor
UuidColumn.new constructor
dark_mode
light_mode
UuidColumn
constructor
UuidColumn
(
String
name
, {
String
?
ref
,
bool
isKey
=
false
,
})
Implementation
UuidColumn(super.name, {super.ref, super.isKey}) : super( ddl: 'UUID', type: Type.uuid, );
owl_sql package
documentation
runtime
UuidColumn
UuidColumn.new constructor
UuidColumn class