You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/10. Miscellaneous.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
- **\PHPFUI\ORM\Migration::alterColumn** takes only 3 parameters and does not rename the column. Use **renameColumn** instead.
8
8
9
9
## 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)
11
11
12
12
## Custom SQL Queries
13
13
**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