Skip to content

Commit 99c1e62

Browse files
committed
feat: update users.yml
1 parent f833cb3 commit 99c1e62

File tree

2 files changed

+22
-28
lines changed

2 files changed

+22
-28
lines changed

README2.MD

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,22 @@
1-
# README
2-
3-
This README would normally document whatever steps are necessary to get the
4-
application up and running.
5-
6-
Things you may want to cover:
7-
8-
## App Info
9-
10-
## Installation
11-
12-
## System dependencies
13-
14-
## Configuration
15-
16-
## Database creation
17-
18-
## Database initialization
19-
20-
## Deployment instructions
1+
# README
2+
3+
This README would normally document whatever steps are necessary to get the
4+
application up and running.
5+
6+
Things you may want to cover:
7+
8+
## App Info
9+
10+
Created with Leaf MVC v4 + Leaf v3
11+
12+
## Installation
13+
14+
## System dependencies
15+
16+
## Configuration
17+
18+
## Database creation
19+
20+
## Database initialization
21+
22+
## Deployment instructions

app/database/users.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
increments: false
21
remember_token: true
32

43
columns:
@@ -9,18 +8,11 @@ columns:
98
email_verified_at:
109
type: timestamp
1110
nullable: true
12-
useCurrent: true
13-
useCurrentOnUpdate: false
1411
password: string
15-
max_number:
16-
type: integer
17-
primary: true
18-
unsigned: true
1912

2013
seeds:
2114
count: 5
2215
truncate: true
23-
model: App\Models\User
2416
data:
2517
name: 'faker:name'
2618
email: 'faker:unique:safeEmail'

0 commit comments

Comments
 (0)