Skip to content

Commit ad5c59b

Browse files
committed
Fuller model example
1 parent 2be7aa5 commit ad5c59b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ class UsersTable extends Table
7373

7474
protected function _initializeSchema(TableSchema $schema)
7575
{
76-
$schema->columnType('name', 'encrypted');
76+
$schema->columnType('first_name', 'encrypted');
77+
$schema->columnType('last_name', 'encrypted');
78+
$schema->columnType('email', 'encrypted');
7779
return $schema;
7880
}
7981
}

0 commit comments

Comments
 (0)