Skip to content

Commit 5179b16

Browse files
committed
Fix md file url typos
1 parent 7c25fbb commit 5179b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/10. Miscellaneous.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
- **\PHPFUI\ORM\Migration::alterColumn** takes only 3 parameters and does not rename the column. Use **renameColumn** instead.
88

99
## SQLite and PostGre Support
10-
While the ORM fully supports SQLite and PostGree for normal usage, migrations may need some custom code depending on what you are trying to perform. Specifically altering column types, dropping primary and foreign keys are not supported directly, but can be done with custom code. See ALTER TABLE for (SQLite)[https://sqlite.org/lang_altertable.html) or (PostGre)[https://www.postgresql.org/docs/current/sql-altertable.html]
10+
While the ORM fully supports SQLite and PostGree for normal usage, migrations may need some custom code depending on what you are trying to perform. Specifically altering column types, dropping primary and foreign keys are not supported directly, but can be done with custom code. See ALTER TABLE for [SQLite](https://sqlite.org/lang_altertable.html) or [PostGre](https://www.postgresql.org/docs/current/sql-altertable.html)
1111

1212
## Custom SQL Queries
1313
**PHFUI\ORM** supports raw string queries for special cases or complex queries. The following static methods of [\PHPFUI\ORM](http://phpfui.com/?n=PHPFUI&c=ORM) are supported:

0 commit comments

Comments
 (0)