@@ -0,0 +1,15 @@
+<?php
+
+class Schema__Core__default_db__zaliczka_user_saldo_view extends Schema_TableBase {
+ public function initTypes() {
+ parent::initTypes();
+ $this->_types['suma_zaliczek'] = 'p5:price';
+ $this->_types['saldo'] = 'p5:price';
+ }
+ public function getPrimaryKeyField() {
+ return 'ID';
+}
@@ -4,6 +4,7 @@ class Schema__Core__default_db__zaliczka_wniosek_info_view extends Schema_TableB
public function initTypes() {
parent::initTypes();
+ $this->_types['KWOTA'] = 'p5:price';
}
public function getPrimaryKeyField() {