credentials property
Implementation
GeneratedColumn<String> get credentials => $composableBuilder(
column: $table.credentials, builder: (column) => column);
GeneratedColumn<String> get credentials => $composableBuilder(
column: $table.credentials, builder: (column) => column);