Menu Content/Inhalt
Home arrow Forum





Lost Password?
No account yet? Register
We have 12 guests online
OS: Linux a
PHP: 4.3.9
MySQL: 4.1.20
Time: 15:10
Caching: Enabled
GZIP: Disabled
Members: 106
News: 218
Web Links: 33
Visitors: 5603261
A Enterprise
Welcome, Guest
Please Login or Register.    Lost Password?
wrong DB schema (1 viewing) (1) Guests
Go to bottom Post Reply Favoured: 0
TOPIC: wrong DB schema
#195
emoubi (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
wrong DB schema 9 Months, 3 Weeks ago Karma: 0  
Hi Don.K,

I'm looking at your code, you have good ideas. I was thinking writing something similar by myself. When have some time I'll try make some tuning for "Asterisk Realtime".

Anyway.. This post is for the DB schema

Code: :

CREATE TABLE `pbook` (   `id` int(11) NOT NULL auto_increment,   `calld` varchar(50) NOT NULL,   `name` varchar(50) NOT NULL,   `bemerkung` text NOT NULL,   `Diverses` int(1) NOT NULL default '0',   KEY `id` (`id`),   KEY `calld` (`calld`),   KEY `name` (`name`) )  ; CREATE TABLE `pbook_directory` (   `id` int(9) NOT NULL,   `tel` varchar(20) NOT NULL,   `name` varchar(50) NOT NULL,   `strasse` varchar(50) NOT NULL,   `ort` varchar(50) NOT NULL,   KEY `tel` (`tel`),   KEY `name` (`name`) ) ;



Make all columns in English (`bemerkung`, `Diverses`, etc). All other tables are in English.
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Copyright ©2007 A Enterpriseget the latest posts directly to your desktop
designed by www.madeyourweb.com