encryptedPassword property

ColumnOrderings<String> get encryptedPassword

Implementation

ColumnOrderings<String> get encryptedPassword => $composableBuilder(
  column: $table.encryptedPassword,
  builder: (column) => ColumnOrderings(column),
);