mirror of
https://github.com/Relintai/rcpp_framework.git
synced 2024-11-14 04:57:21 +01:00
20 lines
152 B
C++
20 lines
152 B
C++
|
|
||
|
#include "model.h"
|
||
|
|
||
|
void Model::create_table() {
|
||
|
|
||
|
}
|
||
|
|
||
|
void Model::drop_table() {
|
||
|
|
||
|
}
|
||
|
|
||
|
void Model::migrate() {
|
||
|
|
||
|
}
|
||
|
|
||
|
Model::Model() {
|
||
|
}
|
||
|
|
||
|
Model::~Model() {
|
||
|
}
|