[prev in list] [next in list] [prev in thread] [next in thread] 

List:       volkszaehler-dev
Subject:    Re: [vz-dev] SQL Tabelle 'data'
From:       Thorben Thuermer <r00t () constancy ! org>
Date:       2012-02-06 19:51:45
Message-ID: 20120206205145.9dbba663f862855165b4c704 () constancy ! org
[Download RAW message or body]

Hallo,

das datenbankschema wird vom verwendeten doctrine-framework automatisch
erstellt, und ist daher nicht (mehr) als sql-script im release enthalten.
der aufruf dazu: php misc/tools/doctrine orm:schema-tool:create --dump-sql
siehe auch: http://wiki.volkszaehler.org/howto/getstarted
"(siehe README im Verzeichnis [[misc]]/sql)"

- T.

PS.:
momentan sieht `data` wohl so aus:
CREATE TABLE data (id INT AUTO_INCREMENT NOT NULL, channel_id INT DEFAULT
NULL, timestamp BIGINT NOT NULL, value DOUBLE PRECISION NOT NULL, INDEX
data_channel_id_idx (channel_id), UNIQUE INDEX ts_uniq (channel_id,
timestamp), PRIMARY KEY(id)) ENGINE = InnoDB;

On Mon, 06 Feb 2012 20:44:02 +0100 post@seegel-systeme.de wrote:
> Hallo,
> 
> ich kann die Datenstruktur der 'data' Tabelle nicht finden, wie sieht  
> die aus (CREATE TABLE...)
> 
> Schöne Grüße
> Stefan
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic