We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
deleted_at
1 parent 8e06e46 commit 8a4ae61Copy full SHA for 8a4ae61
lib/src/tables/base_tables.dart
@@ -15,6 +15,8 @@ abstract class TableConstants {
15
16
final columnCreatedAt = 'created_at';
17
18
+ final columnDeletedAt = 'deleted_at';
19
+
20
String get typeTimestampNotNull => '$typeTimestamp NOT NULL';
21
22
String get specColumnCreatedAt => '$columnCreatedAt $typeTimestampNotNull '
0 commit comments