Skip to content

Commit eadb699

Browse files
authored
Update README.md
1 parent 077b3a3 commit eadb699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ echo (new TypeScriptifyModel(\App\Models\User::class))->generate();
4848

4949
### Database
5050

51-
**TypeScriptifyModels** works primarily by gathering column data from the database your Laravel instance is setup with. Once gathered, it maps column types to known TypeScript types.
51+
**TypeScriptifyModels** works primarily by gathering column data from the database your Laravel instance is setup with. Once gathered, it maps column types to known TypeScript types. This means if you don't have a database column for a property you want converted, it won't exist in the final TypeScript interface definition.
5252

5353
### Casts
5454

0 commit comments

Comments
 (0)