Logo
Explore Help
Sign In
phundrak/georm
1
0
Fork 0
You've already forked georm
Code Issues Pull Requests Actions Packages Releases Wiki Activity
georm/migrations/20250605215127_users-comments-and-followers.down.sql

5 lines
122 B
MySQL
Raw Normal View History

feat(examples): add PostgreSQL example with user relationship Adds an example demonstrating user, comment, and follower relationship including: - User management with profiles - Comments (not really useful, just for showcasing) - Follower/follozing relationships - Ineractive CLI interface with CRUD operations - Database migrations for the example schema
2025-06-05 23:56:15 +02:00
DROP TABLE IF EXISTS Followers;
DROP TABLE IF EXISTS Comments;
DROP TABLE IF EXISTS Profiles;
DROP TABLE IF EXISTS Users;
Copy Permalink
Powered by Gitea Version: 1.23.7 Page: 91ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API