Symfony 8 SPA with Doctrine ORM, Symfony Security, vanilla JS frontend. Migrated from plain PHP (delight-im/auth + raw SQL) to full Symfony stack. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 line
89 B
SQL
1 line
89 B
SQL
ALTER TABLE invites ADD COLUMN IF NOT EXISTS note VARCHAR(255) DEFAULT NULL AFTER token;
|