datatable.dart 223 B

12345678910111213141516171819
  1. // ignore_for_file: file_names
  2. final List tables = [
  3. {
  4. 'table': 'project',
  5. },
  6. {
  7. 'table': 'platform',
  8. },
  9. {
  10. 'table': 'bug',
  11. },
  12. {
  13. 'table': 'project_member',
  14. },
  15. {
  16. 'table': 'user',
  17. },
  18. ];