Initial entry of yml
This commit is contained in:
parent
1096f90f45
commit
15e2484b66
@ -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
|
Loading…
x
Reference in New Issue
Block a user