Herunterladen als
root/src/tableschema.cpp @ a604a5a2
#include "tableschema.h"
|
|
using namespace CuteEntityManager;
|
|
|
|
TableSchema::TableSchema()
|
|
{
|
|
|
|
}
|
|
|
|
TableSchema::~TableSchema()
|
|
{
|
|
|
|
}
|
|
|