Files
SnapOtter/apps/api/drizzle/0003_add_team_to_users.sql
T

1 line
63 B
SQL
Raw Normal View History

ALTER TABLE `users` ADD `team` text NOT NULL DEFAULT 'Default';