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

A demo of how to build Rich Displays in the Visual Designer that integrate with external CSS and JavaScript file

22150

0

0

Save the row the user was on before the screen was submitted. Then, refocus that row when the user has returned to the page, even if they went to other pages in the meantime.

21940

0

1

A simple dashboard example that uses responsive design

21911

0

0

A Hello World app with both dynamic output and input fields

21822

0

0

A Hello World app with both dynamic output and input fields. It also illustrates the basics of screen transition animation.

21790

0

0

A Hello World app with both dynamic output and input fields. It also illustrates the basics of screen transition animation.

21704

0

0

po

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

21688

0

0