tracker.pgm

About This Space

An app to track specific aspects of projects


Last updated on March 11, 2022

Forked from: /megan_bond/company-apparel-options-2/

Public Permissions:   View   Open/Fork   Run   Comment  

Tracker

ALTER TABLE SQL Command to Update Team List

ALTER TABLE `users`
  CHANGE COLUMN `teams` `teams` set(SELECT GROUP_CONCAT(DISTINCT concat("'", concat(team, "'") ) SEPARATOR ', ') AS Team_Names FROM teams) NOT NULL AFTER `user`;

Be the first to comment:      

Comments

Write Preview Markdown: bold italic code link
Post

Filters:

Popular Recent

Empty template with the basics set up for a quick display.

19668

0

0

Empty template with the basics set up for a quick display.

21005

0

1

Check current scroll position to determine when to do an action.

23498

0

1

20256

0

0

Empty template with the basics set up for a quick display.

26588

0

0

Empty template with the basics set up for a quick display.

19874

0

0

Empty template with the basics set up for a quick display.

19816

0

0

24307

0

0

Examples for how to set up a grid to be horizontally scrollable, but only if the screen is too small, otherwise, it just fills available space.

20362

0

1