LDP/LDP/lampadas/database
danguer 168a5b9a47 All strings in UTF-8 2002-10-28 17:44:09 +00:00
..
tables All strings in UTF-8 2002-10-28 17:44:09 +00:00
Makefile install scripts in the right places (pending move to /opt) 2002-06-19 23:56:29 +00:00
README update README to match new structure 2002-05-27 21:35:30 +00:00

README

These are the database table scripts for Lampadas:


DIRECTORY LAYOUT

tables/TABLE_NAME     

	one directory per table
	
tables/TABLE_NAME/{create,insert,indexes,permissions}.sql

        "methods" to create table, indexes and permissions and initialize it
	(insert script)

defaults/

	default content for tables

defaults/TABLE_NAME/insert.sql

	script to insert default content into table