Project

General

Profile

« Previous | Next » 

Revision 57650

new registration form

View differences:

schema.sql
52 52

  
53 53
CREATE TABLE users (
54 54
	email     text PRIMARY KEY,
55
	password  text NOT NULL,
56 55
	valid     boolean DEFAULT true,
57 56
	role      text NOT NULL default 'USER' REFERENCES user_roles(role)
58 57
);

Also available in: Unified diff