Skip to content

Commit

Permalink
インストールできない問題を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
atsu666 committed May 26, 2023
1 parent 7ba206b commit 63e4234
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions db/schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,57 +2,57 @@
token_type:
Field: 'token_type'
Type: 'varchar(16)'
Null: 'NO'
'Null': 'NO'
Key:
Default:
Extra:
access_token:
Field: 'access_token'
Type: 'varchar(255)'
Null: 'NO'
'Null': 'NO'
Key: MUL
Default:
Extra:
refresh_token:
Field: 'refresh_token'
Type: 'varchar(255)'
Null: 'NO'
'Null': 'NO'
Key: MUL
Default:
Extra:
expire:
Field: 'expire'
Type: 'datetime'
Null: 'NO'
'Null': 'NO'
Key:
Default: '1000-01-01 00:00:00'
Extra:
blog_id:
Field: 'blog_id'
Type: 'int(11)'
Null: 'NO'
'Null': 'NO'
Key: MUL
Default:
Extra:
%{PREFIX}base_cache:
id:
Field: 'id'
Type: 'varchar(128)'
Null: 'No'
'Null': 'No'
Key: 'PRI'
Default:
Extra:
data:
Field: 'data'
Type: 'longblob'
Null: 'No'
'Null': 'No'
Key:
Default:
Extra:
expire:
Field: 'expire'
Type: 'datetime'
Null: 'No'
'Null': 'No'
Key:
Default:
Extra:

0 comments on commit 63e4234

Please sign in to comment.