Skip to content

Commit

Permalink
Completition
Browse files Browse the repository at this point in the history
  • Loading branch information
Advaith3600 committed Mar 6, 2024
1 parent 64844ba commit e07d752
Show file tree
Hide file tree
Showing 25 changed files with 350 additions and 326 deletions.
5 changes: 4 additions & 1 deletion src/ModelResolver.php
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,10 @@ public function getForeignKeys(string $type): array

if ($conn == 'mysql') {
return DB::select(
'SELECT column_name, referenced_table_name, referenced_column_name
'SELECT
column_name as column_name,
referenced_table_name as referenced_table_name,
referenced_column_name as referenced_column_name
FROM INFORMATION_SCHEMA.KEY_COLUMN_USAGE
WHERE (
REFERENCED_TABLE_SCHEMA = ? AND
Expand Down
1 change: 1 addition & 0 deletions src/assets/assets/app-Czr-pO_h.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
import{c as o,a as m}from"./common-components-D7yIOisY.js";o({components:m}).mount("#app");
1 change: 1 addition & 0 deletions src/assets/assets/app-Dcda9UuM.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/assets/assets/app-Dt0xIl_Y.js

This file was deleted.

1 change: 0 additions & 1 deletion src/assets/assets/app-OIJNIqk1.css

This file was deleted.

1 change: 1 addition & 0 deletions src/assets/assets/common-components-CdLH75P4.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
button[data-placeholder]>span{color:hsl(var(--muted-foreground))}
37 changes: 0 additions & 37 deletions src/assets/assets/common-components-D7ucHL9O.js

This file was deleted.

62 changes: 62 additions & 0 deletions src/assets/assets/common-components-D7yIOisY.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/assets/assets/foreign-selection-CPZ1LTnZ.js

This file was deleted.

1 change: 1 addition & 0 deletions src/assets/assets/foreign-selection-DJ6p4q36.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

26 changes: 0 additions & 26 deletions src/assets/assets/search-D02H-_k6.js

This file was deleted.

11 changes: 11 additions & 0 deletions src/assets/assets/search-DcO_M3wK.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import{b as e}from"./common-components-D7yIOisY.js";/**
* @license lucide-vue-next v0.344.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/const o=e("ChevronsUpDownIcon",[["path",{d:"m7 15 5 5 5-5",key:"1hf1tw"}],["path",{d:"m7 9 5-5 5 5",key:"sgt6xg"}]]);/**
* @license lucide-vue-next v0.344.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/const r=e("SearchIcon",[["circle",{cx:"11",cy:"11",r:"8",key:"4ej97u"}],["path",{d:"m21 21-4.3-4.3",key:"1qie3q"}]]);export{o as C,r as S};
Loading

0 comments on commit e07d752

Please sign in to comment.