12-19-2019, 02:06 AM
Hi Eric,
Glad you figured it out in the end. To manage sTypes across projects I recommend using a plugin. A plugin can load stypes and column definitions into projects so that stypes and column definitions are consistent across all projects.
An example of a plugin with stypes and column definitions is available in this post:
http://forum.southpawtech.com/showthread.php?tid=55
All of this being said, there isn't an easy way to delete a single column without a custom script. You can use a custom script in your plugin (again, see example) to delete the column.
Also, we don't normally modify the Tactic/admin project. There is limited support for schema modifications made to the default project. We recommend creating projects, which have their own database, and creating tables and columns within your custom projects.
If you have any questions about best practice, or the plugin, please ask.
Best,
Celton
Glad you figured it out in the end. To manage sTypes across projects I recommend using a plugin. A plugin can load stypes and column definitions into projects so that stypes and column definitions are consistent across all projects.
An example of a plugin with stypes and column definitions is available in this post:
http://forum.southpawtech.com/showthread.php?tid=55
All of this being said, there isn't an easy way to delete a single column without a custom script. You can use a custom script in your plugin (again, see example) to delete the column.
Also, we don't normally modify the Tactic/admin project. There is limited support for schema modifications made to the default project. We recommend creating projects, which have their own database, and creating tables and columns within your custom projects.
If you have any questions about best practice, or the plugin, please ask.
Best,
Celton