diff options
| author | ST-DDT <[email protected]> | 2022-01-20 12:56:15 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-20 12:56:15 +0100 |
| commit | d4cfa3cbbc1c887a17dddbdd5ffc64140e8fa605 (patch) | |
| tree | 24855d04a58fba8c1865ff412a5b24ea0301ba0d /src/locales/en/database/column.js | |
| parent | 66aa374fc3ca958070819d7eb6b119accc01cd3d (diff) | |
| download | faker-d4cfa3cbbc1c887a17dddbdd5ffc64140e8fa605.tar.xz faker-d4cfa3cbbc1c887a17dddbdd5ffc64140e8fa605.zip | |
feat: migrate locales to typescript (#238)
Diffstat (limited to 'src/locales/en/database/column.js')
| -rw-r--r-- | src/locales/en/database/column.js | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/locales/en/database/column.js b/src/locales/en/database/column.js deleted file mode 100644 index 2670a286..00000000 --- a/src/locales/en/database/column.js +++ /dev/null @@ -1,16 +0,0 @@ -module['exports'] = [ - 'id', - 'title', - 'name', - 'email', - 'phone', - 'token', - 'group', - 'category', - 'password', - 'comment', - 'avatar', - 'status', - 'createdAt', - 'updatedAt', -]; |
