Skip to content

Commit 8a4ae61

Browse files
committed
add deleted_at base table.
1 parent 8e06e46 commit 8a4ae61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/src/tables/base_tables.dart

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ abstract class TableConstants {
1515

1616
final columnCreatedAt = 'created_at';
1717

18+
final columnDeletedAt = 'deleted_at';
19+
1820
String get typeTimestampNotNull => '$typeTimestamp NOT NULL';
1921

2022
String get specColumnCreatedAt => '$columnCreatedAt $typeTimestampNotNull '

0 commit comments

Comments
 (0)