close #57 added in/export feature

This commit is contained in:
Exodus4D
2015-11-09 21:46:53 +01:00
parent b2690587a8
commit b805676690
14 changed files with 690 additions and 121 deletions

View File

@@ -115,7 +115,6 @@ class BasicModel extends \DB\Cortex {
}
}
/**
* extent the fieldConf Array with static fields for each table
*/
@@ -128,7 +127,7 @@ class BasicModel extends \DB\Cortex {
'type' => Schema::DT_TIMESTAMP
],
'updated' => [
'type' => Schema::DT_TIMESTAMP
'type' => Schema::DF_CURRENT_TIMESTAMP
]
];