mirror of
https://github.com/silverqx/TinyORM.git
synced 2026-04-23 17:19:00 -05:00
udpated comment
This commit is contained in:
@@ -2,7 +2,10 @@
|
||||
|
||||
#include <tom/migration.hpp>
|
||||
|
||||
/* This class serves as a showcase, so all possible features are defined / used. */
|
||||
/* This class serves as a showcase, so all possible features are defined / used.
|
||||
Only PostgreSQL and Microsoft SQL Server support the 'withinTransaction' option,
|
||||
as TinyORM Schema builder currently only supports MySQL server, this option is
|
||||
unused. */
|
||||
|
||||
namespace Migrations
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user