mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-16 04:28:39 +00:00
fix max byte primary keys
This commit is contained in:
parent
0da7c17132
commit
999ee50914
|
|
@ -799,7 +799,7 @@
|
||||||
},
|
},
|
||||||
"settings_module": {
|
"settings_module": {
|
||||||
"name": "settings_module",
|
"name": "settings_module",
|
||||||
"type": "VARCHAR(255)",
|
"type": "VARCHAR(190)",
|
||||||
"default": null,
|
"default": null,
|
||||||
"null": true,
|
"null": true,
|
||||||
"foreignTable": "module",
|
"foreignTable": "module",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user