1
0
mirror of synced 2024-12-13 14:56:01 +03:00

Initial entry of yml

This commit is contained in:
Jonathan.Wage 2007-09-13 19:06:04 +00:00
parent 1096f90f45
commit 15e2484b66

View File

@ -0,0 +1,30 @@
---
tables:
user:
name: user
class: User
declaration:
id:
name: id
type: integer
notnull: true
autoincrement: true
username:
name: username
type: string
length: 20
notnull: true
group:
name: group
class: Group
declaration:
id:
name: id
type: integer
notnull: true
autoincrement: true
name:
name: name
type: string
length: 20
notnull: true