Created
July 7, 2022 07:12
-
-
Save jangaraev/a7467847ab41cf74e79c23cd4816562c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DB::table('really_long_table_name as short_alias') | |
Model::from('table_name as table_alias') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment