menu
tattoo
database/schema.dart
Users
departmentZh property
departmentZh
dark_mode
light_mode
departmentZh
property
Column
<
String
>
departmentZh
late
final
Department name in Chinese (e.g., "電子工程系").
Implementation
late final departmentZh = text().nullable()();
tattoo
schema
Users
departmentZh property
Users class