summaryrefslogtreecommitdiff
path: root/framework/Data/Common/Sqlite/TSqliteTableColumn.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Data/Common/Sqlite/TSqliteTableColumn.php')
-rw-r--r--framework/Data/Common/Sqlite/TSqliteTableColumn.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/Data/Common/Sqlite/TSqliteTableColumn.php b/framework/Data/Common/Sqlite/TSqliteTableColumn.php
index ba33b591..daf427f7 100644
--- a/framework/Data/Common/Sqlite/TSqliteTableColumn.php
+++ b/framework/Data/Common/Sqlite/TSqliteTableColumn.php
@@ -14,6 +14,9 @@ namespace Prado\Data\Common\Sqlite;
/**
* Load common TDbTableCommon class.
*/
+use Prado\Data\Common\TDbTableColumn;
+use Prado\Prado;
+
Prado::using('System.Data.Common.TDbTableColumn');
/**