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`;
More Spaces By megan.bond (@megan_bond)
A Hello World app with both dynamic output and input fields. It also illustrates the basics of screen transition animation.
28794
0
0
A Hello World app with both dynamic output and input fields. It also illustrates the basics of screen transition animation.
28962
0
0
28971
0
0
30213
0
0
28223
0
0
28060
0
0
Be the first to comment:
Comments