menu
owl_sql package
documentation
runtime.dart
TimestampColumn
TimestampColumn.new constructor
TimestampColumn.new constructor
dark_mode
light_mode
TimestampColumn
constructor
TimestampColumn
(
String
name
, {
String
?
ref
,
})
Implementation
TimestampColumn(super.name, {super.ref}) : super( ddl: 'TIMESTAMP', type: Type.timestamp, );
owl_sql package
documentation
runtime
TimestampColumn
TimestampColumn.new constructor
TimestampColumn class