We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be7aa5 commit ad5c59bCopy full SHA for ad5c59b
README.md
@@ -73,7 +73,9 @@ class UsersTable extends Table
73
74
protected function _initializeSchema(TableSchema $schema)
75
{
76
- $schema->columnType('name', 'encrypted');
+ $schema->columnType('first_name', 'encrypted');
77
+ $schema->columnType('last_name', 'encrypted');
78
+ $schema->columnType('email', 'encrypted');
79
return $schema;
80
}
81
0 commit comments