diff --git a/GBase/GBase.cs b/GBase/GBase.cs
index 10b6879..e665d65 100644
--- a/GBase/GBase.cs
+++ b/GBase/GBase.cs
@@ -16,6 +16,11 @@ namespace GBase
///
public class GBase : IGBase
{
+ ///
+ /// The file extension for all GBase tables
+ ///
+ public const string GBASE_TABLE_FILE_EXTENSION = "gb"; //TODO: Find correct place for this const
+
///
/// The base class of the GBase database
///